Skip to content
#

notebook

Here are 1,468 public repositories matching this topic...

Carreau
Carreau commented Aug 27, 2020

There are many places where we could make use of Pathlib.

Look for any places that uses with open(...) and ask yourself:

  • is the argument a string ?
  • would it make sens to make it a Path(),
  • how far upstream in the code can I make it a 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.

Pluto.jl
mossr
mossr commented Oct 10, 2020

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

Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.

  • Updated Oct 1, 2020
  • 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.

Curate this topic

Add this topic to your repo

To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.