Skip to content

Commit c540b96

Browse files
authored
Merge pull request Esri#404 from AtmaMani/using-jupyterlab-notebook
Fixes for using-jupyter-lab-environment
2 parents 85f0a5b + c0f07f3 commit c540b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/01-getting-started/using-the-jupyter-lab-environment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"import time\n",
355355
"\n",
356356
"#Run this cell to cycle through all tab_modes\n",
357-
"tab_modes = ['auto', 'split-top' 'split-bottom', 'split-left',\n",
357+
"tab_modes = ['auto', 'split-top', 'split-bottom', 'split-left',\n",
358358
" 'split-right', 'tab-before', 'tab-after']\n",
359359
"for tab_mode in tab_modes:\n",
360360
" #to new window\n",

0 commit comments

Comments
 (0)