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

Currently Notebook 7 shows the default file browser on the `/tree` page: ![image](https://user-images.githubusercontent.com/591645/208236723-892d5899-711f-4e2e-9408-5f68e732a3b5.png) However in JupyterLab it's also possible to use different drives to manage contents from other sources. For...

enhancement

In https://github.com/jupyter/notebook/pull/6872 we noticed some differences for the rendering of the "Click to add a cell" button in Firefox when running the Playwright tests. **default** (on CI) The "Click to...

maintenance

## Firefox - no way to scroll to the last columns ![image](https://github.com/jupyter/notebook/assets/47034358/bbbd73fe-0f1c-4484-bbe9-269e93bb10e9) ## Edge ![image](https://github.com/jupyter/notebook/assets/47034358/ba728a20-4460-486a-82a6-26bfed6d8405)

bug
jupyterlab
regression

**Environment** Jupyter Notebook version: 6.3.0 Conda version: 4.10.1 Python version: 3.7.10 Platform: Mac OS version 10.15.3 Browser Version: Google Chrome - Version 90.0.4430.212 (Official Build) (x86_64) **Description** 1.Created a cell...

Left Sidebar menu only suggest "Show table of content"top menu with a checkmark ? The Right sidebar menu suggest Debugger and Notebook Tools. Should it be just a "Show table...

bug

Testing with: - `7.1.0a0`, `7.1.0a1` or `7.1.0a2` (or newer) - A custom drive, for example https://github.com/jupyterlab/jupyterlab-github/ The default file browser on the tree page tries to create files and directories...

bug

**Environment** Jupyter Notebook version: 6.3.0 Conda version: 4.10.1 Python version: 3.7.10 Platform: Mac OS version 10.15.3 Browser Version: Google Chrome - Version 90.0.4430.212 (Official Build) (x86_64) **Description** I encountered this...

### Problem The interface switcher widget is currently a `MenuBar` widget (from Lumino) with only one first level item (`Open with...`). The `MenuBar` widget catches the left and right arrow...

enhancement
tag:Accessibility

## Description When in a jupyter notebook, with indentation set to tab, if you select a block of code and hit tab to indent it, it inserts spaces. If you're...

enhancement
tag:Design and UX

## Description When simulating a click on the save button element or its parent using JavaScript, the notebook is not saved. This is needed in an R client library for...

bug
tag:Extension Idea