-
It seems to me that it's not possible to use some dynamically linked libraries (in my case /usr/lib/x86_64-linux-gnu/libmodplug.so.1) on ubuntu 17.04 because the libstdc++.so.6 shipped with conda does…
-
When I do (on xterm)
```$ git status
On branch hxxxxs-merge
```
But on the top left of the Git tab I see
```
production / master
History master [\check][\+]
```
Shouldn't the tab …
-
I found this extension tremendous helpful in making jupyterlab the No.1 perfect editor for editing remote codes, while the original keybindings of jupyterlab won't reach that. I hope this repository w…
-
Currently colab makes it easy to launch a shareable, GPU- or TPU-backed notebook environment. The product offers numerous benefits relative to stock Jupyter notebooks.
A key part of the ML developm…
-
We need to bundle this software including a demo for DARPA to test. They suggested a jupyter notebook.
- [x] how to get julia installed (docker?)
- [x] what will go in notebook
- [x] how to test …
-
It would be cool to have vim pre-installed on the default image.
-
I apparently have muscle memory to press `a` to insert a code cell above my current cell and `b` to insert a code cell below my current cell.
I think this is from when I was heavily using jupyter n…
-
I cloned the repo and tried to issue the first command for development install, and here goes the error message that I see:
```
USER MINGW64 /d/Git_Warehouse/jupyterlab-vim (master)
$ jlpm instal…
-
### Summary
Jupyter-vim-binding supports / completion does not work
while tooltip works well
### Environment
- [ ] Operating system : Mac OSX High Sierra 10.13.6
- [ ] Web browser : Chrome V…
-
I try to use docker with jupyter like this
nvidia-docker run -it --net=host -p 8087:8087 -v ~/learningrigidity/:/rigidity learningrigidity:1.10 bash -ci ". /opt/conda/etc/profile.d/conda.sh && co…