Skip to content
#

jupyter

Here are 3,666 public repositories matching this topic...

dash
bokeh
tcmetzger
tcmetzger commented Oct 26, 2021

As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.

For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:

  • examples/plotting/file
  • `examples/mode
ethanfurman
ethanfurman commented Apr 25, 2022

The warnings at

https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html

do not mention the issues with reloading modules with enums:

  • Enum and Flag are compared by identity (is, even if == is used (similarly to None))
  • reloading a module, or importing the same module by a different name, creates new enums (look the same, but are not the same)
mathbunnyru
mathbunnyru commented May 22, 2021

Contributed recipes are not checked in CI, were mostly added a long time ago and so they might be out-of-date.
It would be nice if someone checked them, updated packages versions used there and verified that they still work.

type:Maintenance tag:Documentation good first issue
n-riesco
n-riesco commented Jun 8, 2020

Hi,

In regard to @n-riesco 's comment "please could you also confirm that the file %APPDATA%\jupyter\kernels\javascript\kernel.json":
I don't seem to have the folder kernels. (I guess that explains why Atom says it can't find the kernels?)
image

regarding the instructions on [https://

good first issue

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