-
Updated
Sep 20, 2021 - Python
notebook
Here are 1,882 public repositories matching this topic...
-
Updated
Sep 17, 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.
-
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
Sep 3, 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
Sep 20, 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 15, 2021 - Jupyter Notebook
-
Updated
Sep 18, 2021 - Java
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 28, 2021 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 20, 2021
-
Updated
Sep 17, 2021 - Shell
-
Updated
Jan 29, 2020
-
Updated
Apr 7, 2021 - Jupyter Notebook
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