-
Greetings all,
**Background**
I've been working on a project called Omniduct (http://github.com/airbnb/omniduct), which among other things dynamically adds cell magics to the user IPython session …
-
Project Jupyter now supports a R kernel (https://github.com/IRkernel/IRkernel)
It would be nice to support this in translating Rmd to ipynb by removing the
%%R magics in the cells and then adding th…
-
Jupyter notebooks most often run with a simple Python or R interpreter and without Spark as a big compute engine. What would it take to enable EclairJS to run in such an environment?
-
New `EventSet.and()`, `EventSet.or()`, `EventSet.xor()`, `EventSet.invert()`, `EventSet.left_shift()`, `EventSet.right_shift()` operators that implement bitwise operations on integer types, with their…
-
This is the root cause:
```
Info 2021-12-04 15:12:41: KernelProcess error: Traceback (most recent call last):
File "C:\Users\Inrix\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 19…
-
We do some things differently when an exception is met (e.g. abort queued tasks in the kernel). We should probably be treating subprocess errors (`!fail`, `%%script` magics) as exceptions in the same …
minrk updated
2 years ago
-
There has been some discussion at pytest-dev on [adding some way to run pytest in notebooks][0].
One proposal has been to invoke a [magic similar to `%matplotlib`][2] at the start of the notebook. …
-
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…
-
```
$ docker run --rm -it vishnumohan/beakerx-dcos bash
beakerx@ac6698017c48:~$ ipython
Python 3.6.5 | packaged by conda-forge | (default, Apr 6 2018, 13:39:56)
Type 'copyright', 'credits' or 'l…
-
Ycash is a proposed chain fork of Zcash (not endorsed by Electric Coin Company or the Zcash Foundation): https://github.com/ycashfoundation/ycash/
Based on the PR #3978 that was mistakenly targeted…
daira updated
5 years ago