notebook
notebook copied to clipboard
Jupyter Interactive Notebook
Fixes [https://github.com/jupyter/notebook/issues/1750](url):Prevent concurrent cell executions in Jupyter Notebook. **Changes:** - Updated `packages/notebook/src/actions.tsx` to use `metadata['running']` to block execution if a cell is running, logging `"Cell is already running"`. - Added...
If you start the second cell below and then run it multiple times (e.g. with shift+enter) while it is already running, the value of i will be equal to the...
I have an existing Python process running a Tornado web application (Dask) and I would like to run a Jupyter notebook server from within this process, on the same event...
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
If you include an image via markdown as `` or ``, evaluate that cell, and subsequently change the image on disk somehow, the image in the notebook still shows the...
## Description I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a...
## Description I am running an accessibility test suite with Notebook UI using the **IBM Equal Access Accessibility Checker** tool on Chrome browser. The results look good overall, only a...
This is an edge case where the latex processor of the classical notebook stumbles over the dollar signs: test $ a workaround is test \$ And yes, I know, it's...
We are working with notebooks which use PySpark kernel. Very often we need just to look inside the notebook, but we don't need to run it. But if I click...
If I open a notebook with the following content ```markdown ## Important Part It is well known (?) that Spice grows on the planet Dune. Test some maths, for example...