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

https://github.com/jupyter/notebook/pull/7198 added the plugin manager to `left` area: [notebook-pluginmanager.webm](https://github.com/jupyter/notebook/assets/591645/48857932-2b85-4d50-a761-63aa36fe20e1) This enables the feature, which is still hidden by default. However this might not be the best in terms of UX,...

enhancement

### Problem For some users it might be odd to type the `jupyter labextension` commands if they only use Jupyter Notebook 7 and not JupyterLab. ### Proposed Solution Maybe it...

enhancement

Super tiny issue, not important, but in notebook vs, when in a notebook if I go to "File" -> "Shut Down" is asks "Please confirm you want to shut down...

bug

It would be nice to have a choice of terminals to open. i.e. allow the user to configure multiple different terminals and allow them to choose which to open when...

The classic notebook (v6) opens the help panel at the bottom of the page, for example when using the following code snippet: ```py import math math.pi? ``` ![image](https://user-images.githubusercontent.com/591645/212284901-d81598bd-af9a-4036-b9ce-79dd4a6a78d6.png) JupyterLab inlines...

question
help wanted

It seem in V7 there is no way to hide the toolbar. There is Zen mode, but zen mode forces full screen. It seem also that if you "hide header",...

bug

I'm having issues similar to #5098 #4825 and #6794 which are all unresolved. - Jupyter version 6.5.4 - OS: ubuntu 20.04 When i first run cells in a new notebook,...

bug

### Problem I am using IPython HTML to load css to jupyter lab. It works well if I keep the browser alive. However, after the kernel is end and the...

enhancement

## Description In notebook 7, when buttons are added to the toolbar and specified to be added after the `codeCell` widget, the buttons are not added to the right of...

bug