Notebooks on readthedocs
See original GitHub issueWe want notebooks that automatically run through on readthedocs: https://nbsphinx.readthedocs.io/en/0.3.5. So that the basic tutorial (https://nbviewer.jupyter.org/github/theislab/scanpy_usage/blob/master/170505_seurat/seurat.ipynb) can be integrated into the scanpy repository in docs/tutorials
as a notebook with all output cleared (no images etc.). It is run on the readthedocs server and will produce exactly the same output, as is guaranteed by this test: https://github.com/theislab/scanpy/blob/master/scanpy/tests/notebooks/pbmc3k.py
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to use Jupyter notebooks in Sphinx - Read the Docs
Jupyter notebooks are a popular tool to describe computational narratives that mix code, prose, images, interactive components, and more.
Read more >jupyter-notebook - Read the Docs
jupyter-notebook · Overview · Downloads · Search · Builds · Versions. Versions.
Read more >Read the Docs ❤️ Jupyter Book
For example, we started promoting MyST in favor of our recommonmark back in April this year, and we wrote a guide on using...
Read more >Usage - Jupyter Notebooks Gallery
This notebook is part of the nbsphinx documentation: https://nbsphinx.readthedocs.io/. Usage. Sphinx Setup. In the ...
Read more >Read the Docs - Jupyter Book
Read the Docs builds Sphinx websites, and does not support Jupyter Book directly. However, you can convert your book to a Sphinx website...
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 Free
Top 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
Should be easy to have that checked by travis
If you have any questions/issues regarding this approach, don’t hesitate to open an issue in the jupytext repo. The maintainer is extremely responsive and willing to help.
@flying-sheep and anyone interested: I started putting the notebooks on
scanpy-tutorials
: https://github.com/theislab/scanpy-tutorials and https://scanpy.readthedocs.io/en/latest/tutorials.html now links to the docs generated fromscanpy-tutorials
.I’m doing it like this for now as it’s quite a bit less work than getting everything to run on readthedocs, there might indeed be problems with the runtime for building the docs and I think this updated solution isn’t so bad after all…
Opinions are welcome!