-
Updated
Oct 7, 2020 - Python
notebook
Here are 1,468 public repositories matching this topic...
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
Oct 16, 2020 - Python
-
Updated
Jul 11, 2020 - Shell
could you add one of the spellchecker plugins?
-
Updated
Oct 15, 2020 - TypeScript
Plotting UI revamp
The plotting UI leaves a lot to be desired:
- When you bring up the plotting UI, it's not obvious that you have to do some work to make a plot happen. If you don't, there's no error message, just a never-ending wait. (see https://gitter.im/polynote/polynote?at=5e0e36f9eac8d1511e9ed2ff )
- Why do we make you drag things onto axes? Especially when there is only one axis it could go onto (at leas
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 16, 2020 - Shell
-
Updated
Oct 9, 2020 - Java
-
Updated
Oct 14, 2020 - Jupyter Notebook
-
Updated
Jun 5, 2020 - Python
-
Updated
Oct 12, 2020 - Go
Related to fonsp/Pluto.jl#83, it would be nice to have a button or shortcut to re-run all cells.
An example use case would be when changing a Plots.jl theme, it wouldn't trigger any cells with plots, so I'd have to manually mouse down to each cell and run them.
Thought? Sort of like Jupyter's "Run all cells", "Run all below", etc.
(also, thank you for deal
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020 - Shell
-
Updated
Jan 29, 2020
-
Updated
Sep 30, 2020 - Jupyter Notebook
-
Updated
Jan 21, 2019 - Python
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."
There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)
and ask yourself:Path()
,Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.