File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ analysis environment following the steps below
165165 ` ` `
166166
167167
168- # ## Additional info
168+ # ## Additional information
169169
170170- You can launch an interactive `bash` shell inside the container to explore or
171171 modify its contents with `docker exec -it Khan bash`. To exit the container,
@@ -182,7 +182,9 @@ analysis environment following the steps below
182182 [extensions](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/index.html)
183183 for customizing the Jupyter Notebook interface. If you want to enable any of
184184 them :
185- - Open the notebook app in a browser and click on the "**Nbextensions**" tab.
185+ - Open the notebook application in a browser and click on the "**Nbextensions**" tab. (To
186+ launch the notebook application, start the notebook server as described above and visit
187+ the server's address in your web browser.)
186188 - Uncheck the "_disable configuration for nbextensions without explicit
187189 compatibility ..._" box (nearly all of them _are_ compatible, we're just
188190 using a newer version of Jupyter notebooks).
@@ -266,7 +268,7 @@ analysis environment following the steps below
266268 ` ` `
267269
268270
269- # # Useful docs
271+ # # Useful additional documentation
270272- [Docker](https://docs.docker.com/)
271273 - [`Dockerfile` reference](https://docs.docker.com/engine/reference/builder/)
272274 - [`docker build` command reference](https://docs.docker.com/engine/reference/commandline/build/)
You can’t perform that action at this time.
0 commit comments