-
Hello,
One year ago, I succeed in using ipyvolume with a python-3.7.7 kernel.
Today, working on a new virtual env (with the same python kernel), impossible to make my notebook running.
From a new…
-
### Title
Teaching with Executable Notebooks
### Guide
Guide for Communication
### Draft
[Chapter draft: teaching-exe-notebooks](https://hackmd.io/@andreaczhang/teaching-exe-notebooks)
…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### Feature
As related to the second task in …
-
This notebook has the langchain version repeated over and over again:
https://github.com/langchain-ai/langchainjs/blob/0332e93df848248d1b4ed00f32a9010e5c57fd71/cookbook/rewrite.ipynb
Would it be…
-
# Sprint 1 - Review Agenda+Links | Sir Tarun Jaikumar
A smooth planning to make a smooth and organized review
[https://tarunja1ks.github.io/CSATarunStudent/2024/09/07/FullChecklistPage_IPYNB_2_.html…
-
## Is there a way to get different graphics outputs for Editor and Notebook?
I prefer graphics in an extra window in the Spyder editor, but because of the structure of Jupyter notebooks I would like …
-
[As discussed elsewhere](https://github.com/SNEWS2/snewpy/issues/177#issuecomment-1034025333), it’s possible to [include Jupyter notebooks in Sphinx documentation](https://docs.readthedocs.io/en/stabl…
-
I just came across how to test jupyter notebooks https://www.blog.pythonlibrary.org/2018/10/16/testing-jupyter-notebooks/.
Maybe adding a simple test just checking if all tutorials pass without an …
-
```python
class Test:
pass
class Test:
x: int
print(inspect.getsource(Test)) # Prints the *first* definition of Test
```
This is because `inspect._ClassFinder` looks through the …
-
One recurring issue is JupyterLab reporting notebooks as corrupted JSON. We should add guidance that when this happens the general recommendation is to re-check the notebook out from git if you haven'…