-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
New plugin: Ipynb preview as Markdown entry #8881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: SUCCESS
Repo link: Ipynb Preview as Markdown
Packages added:
- Ipynb Preview as Markdown
Processing package "Ipynb Preview as Markdown"
- All checks passed
Nice, looks good 👍🏻 You say it opens in split view, which in Sublime Text usually means one pane on the left, one on the right. But from your code it looks like it will actually open an output panel. Which would also be better IMO, as it won't affect the user's current layout :) Although your readme does imply left/right layout. Maybe I'm just reading it incorrectly (I don't have any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automated testing result: SUCCESS
Repo link: Ipynb Preview as Markdown
Packages added:
- Ipynb Preview as Markdown
Processing package "Ipynb Preview as Markdown"
- All checks passed
Hello, just a few suggestions (not required for accepting the package to Package Control, but maybe they would be possible improvements for the package):
|
Hi, I have also added some extra functionality, such as the possibility to hide the source code cells or the cells containing the output after a run. Regarding the cells with results, when these have images they are saved in the notebook in Base64 format, which messed up the preview if they were added that way directly. So I have made those images to be saved to files in the temp directory and referenced in the markdown as any image. |
Nice work 👍🏻 |
My package is Ipynb preview as Markdown. There is almost no package that handles Jupyter notebooks in ST. This one generates a human-readable (non editable) preview of the notebook, in case you want to read it inside ST or copy the text or source code without having to launch the Jupyter environment.
There are no packages like it in Package Control.