-
Updated
Oct 25, 2021 - Python
notebook
Here are 1,911 public repositories matching this topic...
-
Updated
Oct 25, 2021 - Python
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
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
Jul 11, 2020 - Shell
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
Oct 25, 2021 - TypeScript
plotly support?
I see that there is jupyterlab-plotl extension as well as https://github.com/alexarchambault/plotly-scala . Maybe it is possible to integrate (or explain how to integrate) plotly charts into polynote?
-
Updated
Oct 25, 2021 - Shell
When calling a macro pkg.@macro the cell is reactive to import pkg.
julia> Pluto.ReactiveNode("pkg.@macro").references
Set{Symbol} with 1 element:
Symbol("pkg.@macro")
julia> Pluto.ReactiveNode("pkg.function").references
Set{Symbol} with 1 element:
:pkg-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Python
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
Oct 15, 2021 - Java
-
Updated
Sep 21, 2021 - Go
-
Updated
Oct 24, 2021
-
Updated
Aug 28, 2021 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 17, 2021 - Shell
-
Updated
Jan 29, 2020
Improve this page
Add a description, image, and links to the notebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."


When using Python you can click on the File line in vscode terminal to go to statement
When using IPython the line number is displayed in such a way you can't parse it