-
# Background
Kedro's philosophy is pretty much you should use a notebook wisely and keep your code as a Python module. But there are situation that you have to debug with a notebook because data in…
-
### Problem
Many Python libraries used in the classic notebook rely on `IPython` and `Jupyter` being exposed on `window`.
This makes porting extensions to JupyterLab / RetroLab a bit difficult s…
jtpio updated
2 weeks ago
-
**Describe the bug**
Attempting to run python notebook ALeRCE_Other_Periodograms.ipynb. The pip install and import of P4J fails with this error "note: This error originates from a subprocess, and…
-
Trying to generate with Jupyter Notebook schema https://github.com/jupyter/nbformat/blob/main/nbformat/v4/nbformat.v4.schema.json
Ref to the nested definition: https://github.com/jupyter/nbformat/b…
-
I'm working on a remote machine doing 3D computer vision and needed to install VTK for pyvista for enabling a GPU implementation for generating movies. uv fails in this case and the kernel kept cras…
-
I have an EMR cluster running Livy and I'm trying to work from a local notebook using `sparkmagic`. In my notebook I have the following:
```python
#### (cell separator)
%load_ext sparkmagic.magic…
-
### Description of the bug:
This error occurs when the Google Generative AI model cannot encode the character '\ud835' in position 897 of the input text. This is because the character '\ud835' i…
-
When trying to docker build I get an error. (I'm a C# dev so no idea whats going on here unless its just `libsqlite3-0` missing)
Line
`ERROR [22/30] RUN mamba install jupyter_contrib_nbextension…
-
**Is your feature request related to a problem? Please describe.**
A user can run a notebook or Python script in any pre-configured runtime environment by submitting it from the editor. As part of th…
-
Hello everyone.
I'm trying to plot some interactive heatmaps on a Jupyter Notebook using Ipywidgets and FigureWidget.
These heatmaps, by design, will contain some NaN values that needs to be "not …