-
Updated
Oct 8, 2021 - Python
notebook
Here are 1,898 public repositories matching this topic...
-
Updated
Oct 7, 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 6, 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 8, 2021 - Shell
When I save any of my notebooks as HTML in Safari, the output file is always called true.html
. The name of the output file is correct in Chrome, though.
- MacOS 10.15.7
- Safari 14.1.2
- Pluto v0.15.1
- Julia 1.7.0-beta3.0
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Python
-
Updated
Sep 29, 2021 - Jupyter Notebook
-
Updated
Sep 18, 2021 - Java
-
Updated
Sep 21, 2021 - Go
-
Updated
Oct 7, 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."
Steps to reproduce
test1.py
file with the contentsimport sys; print(1, sys.argv)
in the current directorytest2.py
file with the contentsprint(2)
in the current directoryExpected result
As per the IPython reference:
Both files are executed in sequence, the