-
Updated
Jan 13, 2022 - Jupyter Notebook
Jupyter Notebook

The Jupyter Notebook is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Here are 15,341 public repositories matching this topic...
-
Updated
Jan 6, 2022 - Jupyter Notebook
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Jun 18, 2021 - Jupyter Notebook
-
Updated
Feb 22, 2022 - Jupyter Notebook
-
Updated
Feb 21, 2022 - Python
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'
. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Feb 3, 2022 - CSS
Now that #3490 has been merged, we should add more prometheus metrics to the notebook server!
Some ideas for metrics to add...
- Number of kernels running (labeled by type)
- Number of sessions open (not sure if this is useful?)
- Number of terminals open
- Mirror of the activity tracking metrics
- Kernel start / stop latency metric
-
Updated
Feb 22, 2022 - Jupyter Notebook
-
Updated
Oct 25, 2021 - Jupyter Notebook
-
Updated
Jan 7, 2022 - Jupyter Notebook
-
Updated
Feb 22, 2022 - Python
-
Updated
Feb 22, 2022 - Jupyter Notebook
Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.
-
Updated
Dec 18, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Feb 18, 2022 - Jupyter Notebook
-
Updated
Feb 19, 2022 - Python
-
Updated
Oct 1, 2021 - Python
-
Updated
Jan 16, 2022 - Jupyter Notebook
-
Updated
Jul 2, 2021 - Jupyter Notebook
-
Updated
May 8, 2018 - Jupyter Notebook
There is already a notebook:open-with-voila
command to open the voila dashboard in a new browser tab. It's in the palette and the view menu, but it would be great to have it in the preview toolbar too:
We could for example use the jp-LauncherIcon
:
![image](https://user-images.g
-
Updated
Feb 26, 2021 - Jupyter Notebook
-
Updated
Aug 31, 2021 - Jupyter Notebook
-
Updated
Nov 7, 2021 - Jupyter Notebook
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
Created by Jupyter Developers
Released December 2011
Latest release 28 days ago
- Repository
- jupyter/notebook
- Website
- jupyter.org
I opened jupyter notebook and openend the HTML.ipynb
I clicked on Cells>Run all
I waited for a while and then I got this result:
https://ibb.co/gRg3Z0n
If this can help I also got this message.
https://ibb.co/ZcbtH1N
How can I fix this so that I can generate the HTML code?
Thanks in advance