-
Updated
Feb 10, 2020 - Jupyter Notebook
nbviewer
Here are 17 public repositories matching this topic...
Adhere to specs
There is a clear explanation of the spec on the nbformat page. There's also a JSON spec for both v3 and v4. There's a few things we're not supporting - collapsed, scrolled, errors,
Idea for enhancing the documentation in README.md:
You might want to mention in https://github.com/tuxu/ipynb-quicklook#getting-started that if the user copies to his local ~/Library/QuickLook/ instead of the global folder /Library/QuickLook, that then nothing will work.
I stumbled over this, as I normally prefer to install in my local user's folder.
-
Updated
Jun 29, 2018
The actual math behind Newton's method is not complex at all, but I would definitely spend more time describing the code aspect of everything to students. In this notebook I feel as though there is a lot going on so it is kind of hard to keep-up.
-
Updated
May 13, 2020 - Python
-
Updated
Dec 23, 2018 - Jupyter Notebook
-
Updated
May 12, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2017 - JavaScript
With two extensive examples available now, we can begin to develop a common framework to present examples of Cortix on notebooks. Please give it some thought so we collect various pieces of visualization codes we have developed so far and package into Cortix. Thanks.
-
Updated
Nov 8, 2019 - Jupyter Notebook
-
Updated
Oct 22, 2015
-
Updated
Jun 3, 2020 - Python
-
Updated
Jul 9, 2020 - Vue
Improve this page
Add a description, image, and links to the nbviewer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nbviewer topic, visit your repo's landing page and select "manage topics."
I'd love to be able to link to
nbviewer://~/path/to/notebook/notebook.pynband have it open an instance of that notebook. I believe this only requires setting a plist variable, as defined in Apple's docs here.