question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support jupyter notebooks

See original GitHub issue

I’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:open
  • Created 6 years ago
  • Reactions:2
  • Comments:18 (16 by maintainers)

github_iconTop GitHub Comments

6reactions
agramfortcommented, May 23, 2017

for me it defeats the purpose/vision of sphinx-gallery

4reactions
Cadaircommented, May 23, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found