-
Updated
Aug 27, 2020 - Python
notebook
Here are 1,405 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
Jul 11, 2020 - Shell
-
Updated
Aug 29, 2020 - Python
could you add one of the spellchecker plugins?
-
Updated
Aug 28, 2020 - TypeScript
Thanks to @alvaroc1 for reporting this on Gitter
Adding a dependency like diff_match_patch:diff_match_patch:jar:current (from https://mvnrepository.com/artifact/diff_match_patch/diff_match_patch/current) fails with the following exception:
2020-08-19 21:59:59.935744500 | java.net.URISyntaxException: Illegal
Plotting UI revamp
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Java
-
Updated
Jun 5, 2020 - Python
-
Updated
Aug 28, 2020 - Jupyter Notebook
-
Updated
Aug 25, 2020 - Go
-
Updated
Mar 11, 2019 - Jupyter Notebook
-
Updated
Jan 29, 2020
-
Updated
Aug 13, 2020 - Shell
-
Updated
Sep 6, 2017 - Jupyter Notebook
Hi there,
I use Jupyter (specifically Jupyter Lab) to make project reports every 3 months or so. As a result, the reports get quite large. I structure them in detail with markdown headers and sections. Jupyter provides an excellent extension, called simply "table of contents" that does two things:
- Enables a table of contents sidebar that is clickable and brings you to the markdown hea
-
Updated
Jan 21, 2019 - Python
-
Updated
Feb 26, 2018
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.