-
hi @aribray, looks like the issue is now solved! Thank you very much for that.
I only have one nitpick regarding the new progress bar setup: it's a bit weird to have two progress bars…
-
nb_black 1.0.6
listing a path ending with `/` results in an error
`ls ./`
ERROR:root:Cannot parse: 1:4: ls ./
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages…
-
Copy-pasting my comment from #3792 below. Since Ruff already supports Jupyter notebooks, and Quarto is a plaintext equivalent of notebooks, it should hopefully be (relatively) easy to add support. The…
-
If I import a package and then make changes to a function in this package, these changes won't take any effect if I do not restart the kernel. Running the import again doesn't solve the issue, I need …
-
When using the timeit magic in cell mode:
```
elapsed_time_ = %%timeit -o
```
The timeit cell mode magic does not store the IPython.core.magics.execution.TimeitResult to the elapsed_time_ vari…
-
sometimes we just want to temporarily check some info and don't like to make our console dirty. like `%whos` mentioned in this [stackoverflow question](http://stackoverflow.com/questions/5740835/how-t…
-
After I installed beakerx with `conda install -c conda-forge beakerx ipywidgets` dataframes don't show any output anymore in Jupyter Notebook
Fresh conda setup:
conda create --name stats pyt…
-
### Description of improvement
We should try adding a pre-commit hook such as [`autotyping`](https://github.com/JelleZijlstra/autotyping) that would automatically add type hints to the code.
###…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I change the default parameters in the wizard and then think I want to come back to the default. Having a…
-
metakernel 0.25.0 has a new feature in which you can use python magics to create ipywidgets. However voila freezes when encountering these cells.
To reproduce:
Set up a metakernel kernel with 0.…