-
When I install with pip as per the README, ipython cannot find the kernel.
Relevant errors:
```
[I 13:34:25.749 NotebookApp] Kernel started: 5a755bf0-2175-4f83-aafa-366e9d5d5560
/usr/bin/python: No …
-
## Hey, I made a binder!
And it wasnt as hard as I thought it would be! Maybe you want to make one too!
For context, this is the one I made: [Lab 14 Binder](https://github.com/hehouts/lab14_binde…
-
Looking at how ipykernel and IPython are used, I wonder if we can remove them as dependencies.
I think in xeus-python, and in pyodide environments we do not use the real packages as they are on pypi …
-
Watermark looks great for reproducibility.
It would be nice to have an option to (also) store this data in the notebook `metadata`:
``` json
{
"metadata": {
"watermark": {
"date": "2015-17-06T…
-
## Description
When JupyterLab runs under JupyterHub guidance, all resource or API path are rewritten to `/user/username`. This is being set via JUPYTERHUB_SERVICE_PREFIX environment. For kerne…
-
I encountered this when trying to do `pip uninstall ipdb` which requires me to enter `Y`, but I'm unable to:
```
>>> pip uninstall ipdb
Found existing installation: ipdb 0.13.13
Uninstalling ipd…
seeM updated
7 months ago
-
When changing the Python Lib to `/usr/lib/libpython3.so` or `/usr/lib/libpython3.7m.so` instead of the python 2.7 lib on a current arch the kernel doesn't seem to start properly anymore. The plugin is…
-
@michaelbrooks has already created http://chat.data.uw.edu
@karthik likes slack, and @davclark created https://msdse.slack.com
@fernando seems to like gitter ([here](https://gitter.im/ipython/ipython)…
-
When I try to load pyspex in a Jupyter Notebook, I get the following error:
```
In [1]: from pyspex import spex
ImportError: cannot import name 'spex'
```
and pyspex fails to load. It works i…
-
## Description
When using `%load` magic, either with a local relative path like:
`%load ../solutions/02_01.py`
or absolute URL like:
`%load https://github.com/HumbleData/online-worksho…