-
In Vim mode, selecting text and hitting CTRL+C, or even "+y, doesn't copy anything to the clipboard, either in Normal, Visual or Insert mode. Right-clicking, then selecting "copy" does work. Yanking a…
-
issue still not resolved:
**dockerfile:**
ARG IMAGE_TYPE="cpu"
FROM gcr.io/kubeflow-images-public/tensorflow-1.14.0-notebook-${IMAGE_TYPE}:v0.7.0
USER root
# Install basic dependencies
RUN a…
-
## Description
Note: this is a local server on my personal computer as opposed to within a Docker container or an AKS deployed JupyterHub
I updated Jupyterlab to 1.0.9 recently and since t…
-
1. When I run `:JupyterConnect`, I get the message `` in the `vim` and `gvim` message bars (at bottom of screen). This sometimes results in `gvim` freezing and I have to kill the process. Sometimes …
-
-
## Description
Sublime cmd-d keybinding not working in JupyterLab. In Sublime this keybinding is used to edit multiple places in the code at once. I recently switched over from vanilla Jupyter an t…
-
I'm obviously doing something really stupid, so my apologies..
I am using one of the sample programs on a Conda virtualenv with only numpy and ipyvolume installed:
import ipyvolume as ipv
import n…
-
Hi,
I tried to simply go to settings->Text Editor Keymap -> Sublime
This doesnt work. The blog post http://blog.rtwilson.com/how-to-get-sublime-text-style-editing-in-the-ipythonjupyter-notebook/
…
-
It is tricky to provide completion without attaching to the R session being used by user. One simplified approach that I believe can serve most of the purposes is parse the currently editing document …
-
Is there a key to toggle cell output?
BTW, I would like to thank everyone who made this awesome extension happen.