notebook
notebook copied to clipboard
Jupyter Interactive Notebook
**Describe the bug** In notebook 6.4.12,we cannot rename file sometimes. **To Reproduce** Steps to reproduce the behavior: 1. Install notebook 6.4.12 2. Start notebook with `root_dir="/home/foobar"` 3. Create a directory...
When I restarted jupyter's kernel, the last modified sort I selected last time became sorted by name again. Is there a solution to change the default sorting to last modified...
**Describe the bug** `JUPYTER_CONFIG_PATH` does not work. **To Reproduce** ``` mkdir custom touch custom/custom.js echo "console.log('test')" > custom/custom.js JUPYTER_CONFIG_PATH=$(pwd) jupyter notebook ``` **Expected behavior** The file should be loaded; `test`...
As reported in https://github.com/jupyter/notebook/issues/5489, jQuery versions below 3.5.0 have known security vulnerabilities. My organization provides customers with a managed compute environment with Jupyter Notebook 5.x installed. Our customers have the...
- Windows 11 - Browser MS Edge The ribbon buttons and menu are not shown on my jupyter screen. The functions are available when I move cursor over where the...
This chunk of javascript code in a markdown cell (using the mongodb api) ``` db.unicorns.update({ name: "Rarity"}, { $push: { friends: { $each: ["TwilightSparkle", "Applejack", "Fluttershy"]}}}, { upsert: true}) ```...
I have a standard snap installation of Jupyter on Ubuntu-21.10. There are problems: - Jupyter uses its own Python installation, which is Python-3.7, but Python-3.9.7 is installed on the underlying...
So i went back to an old environment in anaconda i hadn't used in a couple months, and i get #4079 kernel error when starting up jupyter lab or notebook....
**Describe the bug** Very slow, even simple print, slow response **Expected behavior** run normally **Desktop (please complete the following information):** - OS: win10 - Browser chrome - Version 91.0.4472.164 -...