notebook
notebook copied to clipboard
Jupyter Interactive Notebook
I plan on implementing the hiding of input cells. Might not happen for 4.1, but I will be optimistic for now.
**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):...
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...
## 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...
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...
## 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...
## 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...
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.
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...
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...