-
## Description
### What steps will reproduce the problem?
Steps to Reproduce:
Open Spyder IDE.
Run any Python script.
Attempt to restart the kernel via Kernel > Restart from the menu.
Observe …
-
While a script is running, it may require user input, like entering a text, making a choice (Yes/No), or selecting a model element from a list.
It would be great if the API would provide a way to do …
-
Thanks for your work on this package.
Is it possible to capture results from each statement/line in the source block? For instance, the below returns `: world` currently, but can it be made to retu…
-
See https://github.com/ipython/ipykernel/pull/323,
before big split, we were making sure each execution requests would not trigger multiple `set_next_input`, that was due to `?` triggering multipl…
-
Using jupyter-react, is it currently possible to do something like:
```py
from mything import MyThing
from IPython.display import display
value = ''
def handleChange(event):
value = event.…
-
Hi there i installed latest jupyter from conda-forge, and when I run
`jupyter qtconsole --KernelManager.autorestart=False --KernelRestarter.restart_limit=1`
the qtconsole does not seem to be respec…
-
- [x] history not in kernel
- [x] need better handling of mime messages
- [x] file extension for language
- [x] mime type for language
- [x] banner
- [x] object info request
- [ ] proper treatme…
-
The `SpeechSynthesis` module supports various voices.
In JS, we can get the list of voices as `speechSynthesis.getVoices()`:
```python
# Via ChatGPT
# THe complexity arises becuase Chrom does …
-
Windows 10 pro. python 3.6. anaconda 2.1.1
Ran the steps (github readme) from the powershell prompt on anaconda. Was missing meson so I pip3'd it separately.
Opened the notebook in VS Code with…
-
See below. Does seem to work anyhow.
```
$ jupyter notebook
[I 15:01:50.759 NotebookApp] Serving notebooks from local directory: xxx
[I 15:01:50.759 NotebookApp] 0 active kernels
[I 15:01:50.759 Not…