Skip to content
#

notebook

Here are 1,437 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.

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 Mar 11, 2019
  • Jupyter Notebook
Pluto.jl
jmontalvo94
jmontalvo94 commented Sep 24, 2020

Hi!

I was using CheckBox() from PlutoUI but I accidentally wrote $(@bind cost1 CheckBox(), default=true) instead of $(@bind cost1 CheckBox(default=true)) and apparently you can't use CheckBoxes anymore in that session (even if removing that line of code in the cell) so I had to restart the session. The error is

┌ Warning: unknow use of `=`. Assignee is unrecognised.
│   ex = :(Chec

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.