notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Jupyter Interactive Notebook

Results 400 notebook issues
Sort by recently updated
recently updated
newest added
trafficstars

I plan on implementing the hiding of input cells. Might not happen for 4.1, but I will be optimistic for now.

enhancement
size:Large

**REPRO STEPS** From the command line, run `jupyter notebook`, create a new notebook, add a code cell, and put the following into the code cell: ``` class C: def _repr_html_(self):...

status:Needs Discussion

As a part of reviewing the [prerelease of Notebook 7](https://github.com/jupyter/notebook/releases/tag/v7.0.0a6) for accessibility issues, we teamed up to run some manual keyboard navigation tests on [this Notebook 7 binder](https://gist.github.com/jtpio/d368ab89cee5123ecee60683115e15f3). Many thanks...

tag:Accessibility

## Description In my tests, if I enable the "Auto Close Brackets" setting in retrolab, it does not automatically close brackets, whereas if I enable it in jupyterlab, it does...

bug
status:Needs Info

We should add a couple of new UI tests, ideally alongside changes in PRs. This issue tracks some checks we should add to: - [ ] check support for other...

maintenance

## Description Hi, I'm trying notebook 7 and encounter that when I open a notebook every 2 seconds, a call like this **http://localhost:10000/api/contents/work/test.ipynb/checkpoints?1690882333842** is made to the _checkpoints_ endpoint. The...

bug

## Description The `skipToMain` link has been added in https://github.com/jupyter/notebook/pull/6844 to allow user to tab only once to reach the first Notebook cell. But the link is also present in...

bug
tag:Accessibility

The lastest version of notebook does not put the svg output in img attribute and cannot be copied or downloaded directly. Similar issue: https://github.com/jupyterlab/jupyterlab/issues/4022 but jupyterlab has fixed this.

enhancement

Follow-up to https://github.com/jupyter/notebook/pull/6888 https://github.com/jupyter/notebook/pull/6888 added a few patches to be able to know when the file browser selected items change: https://github.com/jupyter/notebook/blob/fd45f31f983097e1217d4a42488aebef9dfb3d24/packages/tree-extension/src/index.ts#L139-L153 Ideally there should be a built-in signal emitted when...

enhancement

A while back, JupyterLab was able to get some custom trove classifiers on PyPI. https://github.com/pypa/trove-classifiers/pull/72 It would be useful for extensions that support Notebook 7 to be able to advertise...

enhancement
documentation