|
73 | 73 | "cell_type": "markdown", |
74 | 74 | "metadata": {}, |
75 | 75 | "source": [ |
76 | | - "### Install Jupyter Lab" |
| 76 | + "### Install JupyterLab" |
77 | 77 | ] |
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "cell_type": "markdown", |
81 | 81 | "metadata": {}, |
82 | 82 | "source": [ |
83 | | - "Launch a terminal and install Jupyter Lab by entering:\n", |
| 83 | + "Launch a terminal and install JupyterLab by entering:\n", |
84 | 84 | "\n", |
85 | 85 | "```sh\n", |
86 | | - "conda install -c conda-forge jupyterlab\n", |
| 86 | + "conda install -c conda-forge -y jupyterlab\n", |
87 | 87 | "```\n", |
88 | 88 | "\n", |
89 | 89 | "...or\n", |
|
94 | 94 | "\n", |
95 | 95 | "...if you're using the pip package manager.\n", |
96 | 96 | "\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", |
99 | 97 | "You can now launch Jupyter by entering:\n", |
100 | 98 | "\n", |
101 | 99 | "```sh\n", |
102 | 100 | "jupyter lab\n", |
103 | 101 | "```\n", |
104 | 102 | "\n", |
105 | | - "This should open Jupyter Lab in a new browser tab:" |
| 103 | + "This should open JupyterLab in a new browser tab:" |
106 | 104 | ] |
107 | 105 | }, |
108 | 106 | { |
|
123 | 121 | "cell_type": "markdown", |
124 | 122 | "metadata": {}, |
125 | 123 | "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", |
127 | 125 | "\n", |
128 | 126 | "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", |
129 | 127 | "\n", |
|
144 | 142 | "For Mac and Linux, enter:\n", |
145 | 143 | "\n", |
146 | 144 | "```sh\n", |
147 | | - "conda install -c fastai nbdev\n", |
| 145 | + "conda install -c fastai -y nbdev\n", |
148 | 146 | "```\n", |
149 | 147 | "\n", |
150 | 148 | "...or for Mac, Linux and Windows:\n", |
|
153 | 151 | "pip install nbdev\n", |
154 | 152 | "```\n", |
155 | 153 | "\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." |
159 | 155 | ] |
160 | 156 | }, |
161 | 157 | { |
|
182 | 178 | "cell_type": "markdown", |
183 | 179 | "metadata": {}, |
184 | 180 | "source": [ |
185 | | - "### Install Quarto Jupyter Lab extension" |
| 181 | + "### Install Quarto JupyterLab extension" |
186 | 182 | ] |
187 | 183 | }, |
188 | 184 | { |
189 | 185 | "cell_type": "markdown", |
190 | 186 | "metadata": {}, |
191 | 187 | "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", |
193 | 189 | "\n", |
194 | 190 | "For example, here is their notebook demonstrating some of its features:\n", |
195 | 191 | "\n", |
|
562 | 558 | "source": [ |
563 | 559 | "::: {.callout-note}\n", |
564 | 560 | "\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", |
566 | 562 | "\n", |
567 | 563 | ":::" |
568 | 564 | ] |
|
0 commit comments