-
It might be interesting to think about realtime collaboration (pair programming/etc) with the IPython notebook and [TogetherJS](https://togetherjs.com).
There are some challenges – the biggest being …
ianb updated
11 years ago
-
Develop an example framework for data analysis.
-
### Issue description
Using ipython magic-action `%%script` to call modular's `magic shell` gives an error (see steps to reproduce).
### Steps to reproduce
Using ipython magic-action `%%scrip…
-
### System Info
Error info:
```python
**IsADirectoryError**: [Errno 21] Is a directory: '\n \n \n \n [ 2/108 : < :, Epoch 0.04/4]\n \n \n \n \n Step\n Training L…
-
Hello! I am having some trouble on setting up any of the lab's nootebooks.
```
if "bootstrap" not in locals() or bootstrap.run:
# path management for Python
pythonpath, = !echo $PYT…
-
@drphilmarshall suggested that a good way to demonstrate and document the features of this project would be to have an IPython notebook gallery. It's a great idea and if anyone feels like taking it on…
-
Once the examples have been converted to ipython notebooks (#17) it would be nice to automagically test them using something like [`pytest-ipynb`](https://pypi.python.org/pypi/pytest-ipynb).
-
python 3.11.9
streamlit==1.38.0
streamlit-jupyter==0.2.1
notebook:
```
import streamlit as st
from streamlit_jupyter import StreamlitPatcher, tqdm
sp = StreamlitPatcher()
sp.jupyter() #…
-
Error instantiating Engine object using iPython notebook.
> > engine = Engine(depth=20)
OSError: [Errno 2] No such file or directory
-
In IPython / Jupyter notebook, trailing `;` has a specific effect of suppressing the last output: https://ipython.org/ipython-doc/dev/interactive/tips.html#suppress-output
Other Colab extensions li…