You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a Jupyter Notebook in VS Code and the MyST markdown cells are not displaying properly
I'd like the MyST markdown cell to render correctly. Here's how it should render:
I've searched online for solutions, most posts about extending Jupyter on VS Code relate to running code in Notebooks as opposed to displaying markdown. The only thing I found specifically about MyST Markdown in Jupyter was from jupyterbook.org, which said to enable the this extension.
I have the following plugins installed in my pip environment:
# Requirements for building and deploying the textbook.jupyter-bookghp-import# Requirements for building and deploying the textbook.numpyscipypandasmatplotlibdatascienceprob140shapelydescartesipywidgets
The Jupyter and MySt extensions are enabled and the correct python virtual env is selected as the Jupyter kernel. Here's a MyST Markdown cell currently renders:
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
I'm running a Jupyter Notebook in VS Code and the MyST markdown cells are not displaying properly
I'd like the MyST markdown cell to render correctly. Here's how it should render:
![expected](https://private-user-images.githubusercontent.com/2316641/335895681-b8c17d4c-d9af-4f1a-a247-6728f87169a3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTY1MjMsIm5iZiI6MTczOTM1NjIyMywicGF0aCI6Ii8yMzE2NjQxLzMzNTg5NTY4MS1iOGMxN2Q0Yy1kOWFmLTRmMWEtYTI0Ny02NzI4Zjg3MTY5YTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTAzMDIzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODRiNDRjMWU5ZTk4YjVjZmQxZTk0ZGNlNjcyYzQyM2ZjMGNmYTkyNWU2OTQ4YjRlMzVjZTE4MGRmMjBkMDAzMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.R0tW53e2d6CWCTrSwZUHlqgFjbHp3HS_jfZ2kEtTmY8)
I've searched online for solutions, most posts about extending Jupyter on VS Code relate to running code in Notebooks as opposed to displaying markdown. The only thing I found specifically about MyST Markdown in Jupyter was from jupyterbook.org, which said to enable the this extension.
I have the following plugins installed in my pip environment:
The Jupyter and MySt extensions are enabled and the correct python virtual env is selected as the Jupyter kernel. Here's a MyST Markdown cell currently renders:
![actual](https://private-user-images.githubusercontent.com/2316641/335895702-453af27f-cfad-456f-ab2e-73aac2392b8e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTY1MjQsIm5iZiI6MTczOTM1NjIyNCwicGF0aCI6Ii8yMzE2NjQxLzMzNTg5NTcwMi00NTNhZjI3Zi1jZmFkLTQ1NmYtYWIyZS03M2FhYzIzOTJiOGUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTAzMDI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmRhOWVjMmRmYjVlMWMzZjA4OTk0NWExZTJhYWZjMWUzMzY4NjljYzk3ZDlhNWQ1M2EzOTk5ZDI5ZjVlYjQ2OSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.6OTq63jQEb2GZkBQMoOnYM_zeM0J0XhQeldL2D4c_wE)
The text was updated successfully, but these errors were encountered: