Skip to content

Commit 0333f6c

Browse files
committed
address review comments
1 parent db8b14f commit 0333f6c

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

nbs/tutorials/tutorial.ipynb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373
"cell_type": "markdown",
7474
"metadata": {},
7575
"source": [
76-
"### Install Jupyter Lab"
76+
"### Install JupyterLab"
7777
]
7878
},
7979
{
8080
"cell_type": "markdown",
8181
"metadata": {},
8282
"source": [
83-
"Launch a terminal and install Jupyter Lab by entering:\n",
83+
"Launch a terminal and install JupyterLab by entering:\n",
8484
"\n",
8585
"```sh\n",
86-
"conda install -c conda-forge jupyterlab\n",
86+
"conda install -c conda-forge -y jupyterlab\n",
8787
"```\n",
8888
"\n",
8989
"...or\n",
@@ -94,15 +94,13 @@
9494
"\n",
9595
"...if you're using the pip package manager.\n",
9696
"\n",
97-
"Enter `y` (for yes) if prompted. Installation should take a few seconds, during which text will be printed in the terminal. You'll know its completed when you see the terminal prompt and are able to type again.\n",
98-
"\n",
9997
"You can now launch Jupyter by entering:\n",
10098
"\n",
10199
"```sh\n",
102100
"jupyter lab\n",
103101
"```\n",
104102
"\n",
105-
"This should open Jupyter Lab in a new browser tab:"
103+
"This should open JupyterLab in a new browser tab:"
106104
]
107105
},
108106
{
@@ -123,7 +121,7 @@
123121
"cell_type": "markdown",
124122
"metadata": {},
125123
"source": [
126-
"The next step is to install nbdev itself. Jupyter Lab comes with its own terminal, so we'll use that moving forward.\n",
124+
"The next step is to install nbdev itself. JupyterLab comes with its own terminal, so we'll use that moving forward.\n",
127125
"\n",
128126
"In the Launcher, scroll down to the \"Other\" section, then click \"Terminal\". If the Launcher isn't opened, you can open it by clicking \"File\"\"New Launcher\".\n",
129127
"\n",
@@ -144,7 +142,7 @@
144142
"For Mac and Linux, enter:\n",
145143
"\n",
146144
"```sh\n",
147-
"conda install -c fastai nbdev\n",
145+
"conda install -c fastai -y nbdev\n",
148146
"```\n",
149147
"\n",
150148
"...or for Mac, Linux and Windows:\n",
@@ -153,9 +151,7 @@
153151
"pip install nbdev\n",
154152
"```\n",
155153
"\n",
156-
"...if you're using pip.\n",
157-
"\n",
158-
"Type `y` (for yes) when prompted, and wait a few seconds until nbdev is installed."
154+
"...if you're using pip."
159155
]
160156
},
161157
{
@@ -182,14 +178,14 @@
182178
"cell_type": "markdown",
183179
"metadata": {},
184180
"source": [
185-
"### Install Quarto Jupyter Lab extension"
181+
"### Install Quarto JupyterLab extension"
186182
]
187183
},
188184
{
189185
"cell_type": "markdown",
190186
"metadata": {},
191187
"source": [
192-
"Quarto provides its own [Jupyter Lab extension](https://quarto.org/docs/tools/jupyter-lab-extension.html) that allows it to render Quarto markdown content.\n",
188+
"Quarto provides its own [JupyterLab extension](https://quarto.org/docs/tools/jupyter-lab-extension.html) that allows it to render Quarto markdown content.\n",
193189
"\n",
194190
"For example, here is their notebook demonstrating some of its features:\n",
195191
"\n",
@@ -562,7 +558,7 @@
562558
"source": [
563559
"::: {.callout-note}\n",
564560
"\n",
565-
"The [clean hook](#nbdev_clean-on-saving-notebooks-in-jupyter) currently only supports Jupyter Notebook and Jupyter Lab. If you're using VSCode, you can try the [experimental nbdev VSCode extension](https://github.com/fastai/nbdev-vscode). Otherwise, you might also want to try [nbdev's pre-commit hooks](/tutorials/pre_commit.ipynb).\n",
561+
"The [clean hook](#nbdev_clean-on-saving-notebooks-in-jupyter) currently only supports Jupyter Notebook and JupyterLab. If you're using VSCode, you can try the [experimental nbdev VSCode extension](https://github.com/fastai/nbdev-vscode). Otherwise, you might also want to try [nbdev's pre-commit hooks](/tutorials/pre_commit.ipynb).\n",
566562
"\n",
567563
":::"
568564
]

0 commit comments

Comments
 (0)