-
Automatic dependency update failed for the current master with SHA 7dde149b776deed8c20be754805dd6f1aa0a22cf.
The automatic dependency management cannot continue. Please fix errors reported bellow.
…
-
Coming from using VIM extensively, it is my habit to type :w to save a file. That command does not say it _doesn't_ save the file, but after a long session of edits, when I go to close the file, turns…
-
One of the goals of the neovim project is embeddability, and it'd be interesting to see if someone could integrate it as a plugin into jupyterlab. It would work well for editing inside the cells.
-
Is it possible to add vimrc to the editor?
-
I have been using jupyter since it was still called ipython notebook and use it almost on a daily basis.
For a recent project I was forced to use R instead of python and tried out [RMarkdown](http…
-
Hi! There seems to be a problem while cloning the repository. Im trying to build with multiple GPU support and this seems to be the root of the problem. Any ideas on how to fix this?
`fatal: refere…
-
I just upgraded to latest version using pip, and now I cant use, and just get this error, whether I start with 'jupyter notebook' or 'jupyter lab' This directory does not exist. Any ideas?
-
I am new to using JupyterLab and it's fantastic. I can't however figure out how to set keymaps that work in the text editor cells of a notebook (e.g., Ctrl-D in "sublime mode" to highlight matching wo…
-
So my original question was
*Is there a keyboard shortcut to navigate between panes in JupyterLab?*
So I went to [the documentation](http://jupyterlab-tutorial.readthedocs.io) and searched for s…
-
I have see your demo in `README.md`, I notice that below snippets:
```
In [1]: from statistics import mean
In [3]: measurments = [1, 2, 3]
In [4]: mean(measurments)
Out[4]: 2
```
When I cli…