Skip to content
#

jupyter

Here are 2,439 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.

bokeh
annahadji
annahadji commented Oct 5, 2020

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

python: 3.7.7
bokeh: 2.2.1
jupyter_core: 4.5.0
jupyter_client: 5.3.3
Chrome 85
macOS Catalina 10.15.7

Description of expected behavior and the observed behavior

In CSS, identifiers cannot start with a digit, two hyphens, or a hyphen followed by a digit (see [reference](https://www.

dash

Improve this page

Add a description, image, and links to the jupyter 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 jupyter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.