Support jupyter notebooks
See original GitHub issueI’ve had a few people ask me whether they can simply write their examples in jupyter notebooks, rather than writing them as .py
files first. Is there any plan to support things like plot_example.ipynb
?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:18 (16 by maintainers)
Top Results From Across the Web
Jupyter notebook support | PyCharm Documentation - JetBrains
With Jupyter Notebook integration available in PyCharm , you can easily edit, execute, and debug notebook source code and examine execution outputs including ......
Read more >Jupyter Notebook
The Jupyter Notebook is a web-based interactive computing platform. The notebook combines live code, equations, narrative text, visualizations, ...
Read more >Working with Jupyter Notebooks in Visual Studio Code
Visual Studio Code supports working with Jupyter Notebooks natively, and through Python code files. This topic covers the native support available for ...
Read more >Jupyter Notebook 6.5.2 documentation - Read the Docs
The Jupyter Notebook aims to support the latest versions of these browsers: Chrome. Safari. Firefox. Up to date versions of Opera and Edge...
Read more >Getting Help in a Jupyter Notebook
After typing the name of a variable, object or function following the . character hit the [Tab] key. Typing [Tab] brings up a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
for me it defeats the purpose/vision of sphinx-gallery
I wonder if a better idea would be to write a converter from ipynb to a sphinx-gallery .py file. Things like adding in the comment lines around markdown cells etc. Basically the inverse of the .py->ipynb converter in SG itself. This is a workflow I end up doing manually quite a lot, write an example in a notebook, convert to sphinx-gallery format.