-
Updated
Nov 22, 2021 - Python
notebook
Here are 1,943 public repositories matching this topic...
-
Updated
Nov 24, 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
Nov 14, 2021 - TypeScript
Description
It looks the Polynote doesn't support to configure Scala REPL like other notebook product.
For example, jupyter notebook support to configure Scala REPL such as
interp.configureCompiler(_.settings.outputDirs.setSingleOutput(replClassPath))
interp.configureCompiler(_.settings.Yreplclassbased)
Some configuration is hard-coded such as settings.Ydelambdafy.value is s
-
Updated
Nov 23, 2021 - Shell
Hello,
Pluto doesn't precise when there is a conflict between 2 modules namespaces. For example if I use both Plots.jl and Luxor.jl, I have this error message:
The critical explanation that it is because of a conflict be
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Nov 24, 2021 - Python
-
Updated
Nov 25, 2021 - Jupyter Notebook
-
Updated
Nov 17, 2021
-
Updated
Oct 29, 2021 - Java
-
Updated
Sep 21, 2021 - Go
-
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."

Once ipython/ipython#13315 is merged the master branch will not support 3.7 anymore, this gives opportunities to remove all the pre-3.8 codepath.
If you like to contribute, find 1 block of code that is execute only before python 3.8 (look for sys.version_info in the code base),
and simplify it.
It may be more than just deleting code, as you might be then able to cl