nbviewer
nbviewer copied to clipboard
nbconvert as a web service: Render Jupyter Notebooks as static web pages
Revive https://github.com/jupyter/nbviewer/pull/1003 and merge with https://github.com/jupyter/nbviewer/pull/1014 closes #1003 closes #1014 closes #959
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.3.0. Commits cefe0bf Release 6.3.0 a534fb9 Release 6.3.0b0 87920c5 Add changelog for 6.3.0 (#1669) dd6d9c7 add slide numbering (#1654) 5d2c5e2 Update state filter (#1664) 11ea593...
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.0.1...v3.8.2) - [github.com/psf/black: 22.1.0 → 22.6.0](https://github.com/psf/black/compare/22.1.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.3.0)
My externally managed Nbviewer service is able to generate html render from notebooks placed in a private NFS folder. But the URL of rendered HTML page is public to all....
I was just browsing the front page (https://nbviewer.org/), and the notebook link **right in the middle** (maybe the most central one that a person browsing might be drawn to) is...
fix #1011 This updates "Mining the Social Web" to 3rd edition, and also replaces the image with one from the third edition of the book (same dimensions). I also changed...
Following the [FAQ](https://nbviewer.jupyter.org/faq#why-is-nbviewer-showing-an-outdated-version-of-my-notebook), I added `?flush_cache=true` at the end of my [URL](https://nbviewer.jupyter.org/github/shinokada/covid-19-stats/blob/master/covid-19-plotly.ipynb?flush_cache=true). I tried it, I waited for more than 10min, etc, but none of them worked. The nbviewer shows...
Consider this: https://nbviewer.jupyter.org/github/comet-ml/comet-examples/blob/master/notebooks/Comet-R-nnet.ipynb If you click on the "View as Code" button:  Then it gives this URL: https://nbviewer.jupyter.org/github/comet-ml/comet-examples/blob/master/notebooks/script/github/comet-ml/comet-examples/blob/master/notebooks/Comet-R-nnet.ipynb which is a 404 error. All of the...
Hi! Thanks for using Jupyter Notebook Viewer (nbviewer) and taking the time to report a bug you've encountered. Please use the template below to tell us about the problem. If...
This addresses #630 . It allows downloading notebooks from s3 buckets through the S3 uri (`s3://bucket/path/to/key`). If the file/bucket is public, this should work straight away. But if it is...