-
Updated
Oct 7, 2020 - Python
notebook
Here are 142 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Python
could you add one of the spellchecker plugins?
-
Updated
Oct 9, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Jan 21, 2019 - Python
-
Updated
Nov 4, 2019 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Feb 20, 2019 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Feb 28, 2020 - Python
-
Updated
Apr 30, 2018 - Python
We need to change the setup.py to indicate the library is python 3.5+ only, and do a pass for any bytes/str checks in the code that should be simplified to the python 3 variant only.
We'll probably pin this to 0.4 release rather than doing a major release since this project is still a beta project without a 1.0 release yet.
-
Updated
Aug 31, 2020 - Python
-
Updated
Dec 9, 2019 - Python
-
Updated
Apr 2, 2018 - Python
-
Updated
Jul 12, 2017 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Apr 16, 2019 - Python
-
Updated
Jun 1, 2019 - Python
-
Updated
Jun 3, 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.