Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate markdown outputs and plotly support #1167

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented Apr 29, 2024

Per a question from @rowanc1 - here are two features missing that I'd need before deploying mystmd at 2i2c.org/kpis.

  1. Plotly support. Plotly requires its own JS bundle and can be hard to get properly. JupyterBook recommends that you manually link the require.js package but I don't believe this is possible in mystmd yet. This is possible after all! I debugged it and learned that I needed to explicitly call fig.show. I've updated the docs now :-)
  2. Markdown outputs parsed as myst. Currently the markdown outputs aren't parsed as anything (though weirdly, they are in JupyterLab MyST).

Both of these can be demoed in this PR at the docs preview link below :-)

Deploy preview link

CleanShot 2024-04-29 at 16 12 30@2x

@agoose77
Copy link
Collaborator

Requires fixing #1026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants