We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d52e2 commit 3208570Copy full SHA for 3208570
docs/Installation.ipynb
@@ -8,19 +8,16 @@
8
},
9
"outputs": [],
10
"source": [
11
- "import sys\n",
12
- "\n",
13
"from markdown import markdown\n",
14
+ "import sys\n",
+ "sys.path.insert(0, '..')\n",
15
"from versions import (\n",
16
" JUPYTER_LSP_VERSION,\n",
17
" JUPYTERLAB_LSP_VERSION,\n",
18
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n",
19
" JUPYTERLAB_VERSION,\n",
20
- " REQUIRED_JUPYTERLAB,\n",
21
- ")\n",
22
23
- "sys.path.insert(0, \"..\")"
+ " REQUIRED_JUPYTERLAB\n",
+ ")"
24
]
25
26
{
0 commit comments