Skip to content

Commit 3208570

Browse files
committed
roll back lint on notebook
1 parent 09d52e2 commit 3208570

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/Installation.ipynb

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"import sys\n",
12-
"\n",
1311
"from markdown import markdown\n",
14-
"\n",
12+
"import sys\n",
13+
"sys.path.insert(0, '..')\n",
1514
"from versions import (\n",
1615
" JUPYTER_LSP_VERSION,\n",
1716
" JUPYTERLAB_LSP_VERSION,\n",
1817
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n",
1918
" JUPYTERLAB_VERSION,\n",
20-
" REQUIRED_JUPYTERLAB,\n",
21-
")\n",
22-
"\n",
23-
"sys.path.insert(0, \"..\")"
19+
" REQUIRED_JUPYTERLAB\n",
20+
")"
2421
]
2522
},
2623
{

0 commit comments

Comments
 (0)