From 607193d0addb5d26dd0a8f42f0e4b575ae71248e Mon Sep 17 00:00:00 2001 From: Andrea Borruso Date: Thu, 3 Oct 2019 10:29:36 +0200 Subject: [PATCH] Update for Permission denied problem I have had this problem and I have solved in the way you can read here https://github.com/jupyter/notebook/issues/1731#issuecomment-244351956 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2db4a3d7..ce960b99 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ jupyter serverextension enable jupyterlab_sql --py --sys-prefix jupyter lab build ``` +Note: if you use the system Python do not use `--sys-prefix` and run: + +``` +pip install jupyterlab_sql==0.2.1 +jupyter serverextension enable jupyterlab_sql --py +jupyter lab build +``` + ## Usage ### Starting a new SQL session