From 70bf336e8165871f1ec8ebb76ebaca47139270a0 Mon Sep 17 00:00:00 2001 From: ThumbmasWalker Date: Thu, 22 Sep 2022 14:52:17 +0100 Subject: [PATCH] typos --- notebooks/01_Introduction.ipynb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/notebooks/01_Introduction.ipynb b/notebooks/01_Introduction.ipynb index 5cea62d..3ffa21e 100644 --- a/notebooks/01_Introduction.ipynb +++ b/notebooks/01_Introduction.ipynb @@ -38,7 +38,7 @@ "The last message included here indicates the URL the application is being served at. The default behaviour of the `jupyter notebook` command is to open a tab in a web browser pointing to this address after the server has started up. The server can be launched without opening a browser window by running `jupyter notebook --no-browser`. This can be useful for example when running a notebook server on a remote machine over SSH. Descriptions of various other command options can be found by displaying the command help page using\n", "\n", "```\n", - "juptyer notebook --help\n", + "jupyter notebook --help\n", "```\n", "\n", "While the notebook server is running it will continue printing log messages to terminal it was started from. Unless you detach the process from the terminal session you will need to keep the session open to keep the notebook server alive. If you want to close down a running server instance from the terminal you can use `Ctrl+C` - this will bring up a confirmation message asking you to confirm you wish to shut the server down. You can either enter `y` or skip the confirmation by hitting `Ctrl+C` again.\n", @@ -139,9 +139,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "scrolled": false - }, + "metadata": {}, "outputs": [], "source": [ "from __future__ import print_function\n", @@ -379,7 +377,6 @@ { "cell_type": "markdown", "metadata": { - "collapsed": true, "nbpresent": { "id": "471093b7-4b94-4295-823a-5285c79d3119" } @@ -415,8 +412,7 @@ "metadata": { "nbpresent": { "id": "c8553a56-9f25-4198-8a1a-d7e9572b4382" - }, - "scrolled": false + } }, "outputs": [], "source": [ @@ -460,5 +456,5 @@ } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 }