Skip to content

Commit

Permalink
jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
pryn-kb committed Aug 30, 2024
1 parent 4827726 commit 3f01179
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 10 deletions.
Binary file modified _build/.doctrees/docs/howto/jupyterlab.doctree
Binary file not shown.
Binary file modified _build/.doctrees/environment.pickle
Binary file not shown.
14 changes: 13 additions & 1 deletion _build/html/_sources/docs/howto/jupyterlab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,21 @@
"\n",
"- **Running Code Cells in Notebooks**: Inside a Jupyter Notebook, click inside a code cell and press `Shift + Enter` to execute the code in that cell.\n",
"\n",
"- **Saving and Reverting Notebooks**:\n",
"\n",
" - **Manual Saving**: You can manually save your notebook at any time by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar or by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS).\n",
"\n",
" - **Autosave Feature**: Jupyter Notebooks come with an autosave feature that saves your work automatically at regular intervals. By default, this happens every 120 seconds (2 minutes). You can adjust the autosave interval by modifying the notebook settings if needed.\n",
"\n",
" - **Checking Autosave**: To see when the notebook was last saved, you can check the **File Browser** in JupyterLab. The last modified time is displayed next to the notebook's name, indicating how long ago the last save occurred. This reflects the most recent autosave or manual save.\n",
"\n",
" - **Creating Checkpoints**: In JupyterLab, a single checkpoint is automatically created each time you manually save the notebook. You can manually save your notebook by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar, by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS), or by selecting \"Save Notebook\" from the File menu.\n",
"\n",
" - **Reverting to Checkpoints**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert to Checkpoint\" in the File menu. This allows you to go back to the state of the notebook at the last manual save, effectively undoing changes made by any subsequent autosaves. However, JupyterLab only maintains the most recent checkpoint, so you cannot revert to multiple earlier states.\n",
"\n",
"- **Terminal in JupyterLab**: You can open a Terminal within JupyterLab by clicking on the terminal icon in the Launcher (the tab with the `+` icon). This can be useful for running additional commands directly from within JupyterLab.\n",
"\n",
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted."
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted.\n"
]
},
{
Expand Down
11 changes: 6 additions & 5 deletions _build/html/docs/howto/interact.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/styles/sphinx-book-theme.css?v=384b581d" />
<link rel="stylesheet" type="text/css" href="../../_static/togglebutton.css?v=13237357" />
<link rel="stylesheet" type="text/css" href="../../_static/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
<link rel="stylesheet" type="text/css" href="../../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css?v=be8a1c11" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-thebe.css?v=4fa983c6" />
<link rel="stylesheet" type="text/css" href="../../_static/sphinx-design.min.css?v=87e54e7c" />

Expand All @@ -58,11 +58,11 @@
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
<script>const THEBE_JS_URL = "https://unpkg.com/thebe@0.8.2/lib/index.js"; const thebe_selector = ".thebe,.cell"; const thebe_selector_input = "pre"; const thebe_selector_output = ".output, .cell_output"</script>
<script>DOCUMENTATION_OPTIONS.pagename = 'docs/howto/interact';</script>
<script src="../../_static/custom.js?v=804187b3"></script>
<script src="../../_static/custom.js?v=e8afc0c0"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Learn All the New Words" href="dictionaries.html" />
<link rel="prev" title="Install &amp; Run Python" href="setup.html" />
<link rel="prev" title="Open and Navigate JupyterLab" href="jupyterlab.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -182,6 +182,7 @@
<ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="sign_up.html">Sign Up for a Course</a></li>
<li class="toctree-l1"><a class="reference internal" href="setup.html">Install &amp; Run Python</a></li>
<li class="toctree-l1"><a class="reference internal" href="jupyterlab.html">Open and Navigate JupyterLab</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Interact With This Book</a></li>
<li class="toctree-l1 has-children"><a class="reference internal" href="dictionaries.html">Learn All the New Words</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
<li class="toctree-l2"><a class="reference internal" href="dictionary_101.html">Dictionary for Absolute Beginners</a></li>
Expand Down Expand Up @@ -536,12 +537,12 @@ <h2><i class="fas fa-play" aria-hidden="true"></i> Click to show output/code<a c

<div class="prev-next-area">
<a class="left-prev"
href="setup.html"
href="jupyterlab.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Install &amp; Run Python</p>
<p class="prev-next-title">Open and Navigate JupyterLab</p>
</div>
</a>
<a class="right-next"
Expand Down
12 changes: 12 additions & 0 deletions _build/html/docs/howto/jupyterlab.html
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,18 @@ <h2><i class="fab fa-apple" aria-hidden="true"></i> <i class="fab fa-windows" ar
<li><p><strong>Opening Files</strong>: Double-click on any file in the File Browser to open it. Jupyter Notebooks will open in a new tab, and text files, Python scripts, and other file types will open in their respective editors.</p></li>
<li><p><strong>Renaming Files and Folders</strong>: Right-click on a file or folder in the File Browser and select “Rename” to change its name.</p></li>
<li><p><strong>Running Code Cells in Notebooks</strong>: Inside a Jupyter Notebook, click inside a code cell and press <code class="docutils literal notranslate"><span class="pre">Shift</span> <span class="pre">+</span> <span class="pre">Enter</span></code> to execute the code in that cell.</p></li>
<li><p><strong>Saving and Reverting Notebooks</strong>:</p>
<ul>
<li><p><strong>Manual Saving</strong>: You can manually save your notebook at any time by clicking the save icon <i class="fas fa-save" aria-hidden="true"></i> in the toolbar or by pressing <code class="docutils literal notranslate"><span class="pre">Ctrl</span> <span class="pre">+</span> <span class="pre">S</span></code> (Windows) or <code class="docutils literal notranslate"><span class="pre">Cmd</span> <span class="pre">+</span> <span class="pre">S</span></code> (macOS).</p></li>
<li><p><strong>Autosave Feature</strong>: Jupyter Notebooks come with an autosave feature that saves your work automatically at regular intervals. By default, this happens every 120 seconds (2 minutes). You can adjust the autosave interval by modifying the notebook settings if needed.</p>
<ul>
<li><p><strong>Checking Autosave</strong>: To see when the notebook was last saved, you can check the <strong>File Browser</strong> in JupyterLab. The last modified time is displayed next to the notebook’s name, indicating how long ago the last save occurred. This reflects the most recent autosave or manual save.</p></li>
<li><p><strong>Creating Checkpoints</strong>: In JupyterLab, a single checkpoint is automatically created each time you manually save the notebook. You can manually save your notebook by clicking the save icon <i class="fas fa-save" aria-hidden="true"></i> in the toolbar, by pressing <code class="docutils literal notranslate"><span class="pre">Ctrl</span> <span class="pre">+</span> <span class="pre">S</span></code> (Windows) or <code class="docutils literal notranslate"><span class="pre">Cmd</span> <span class="pre">+</span> <span class="pre">S</span></code> (macOS), or by selecting “Save Notebook” from the File menu.</p></li>
</ul>
</li>
<li><p><strong>Reverting to Checkpoints</strong>: If you need to revert to the last manually saved state of your notebook, you can do so by selecting “Revert to Checkpoint” in the File menu. This allows you to go back to the state of the notebook at the last manual save, effectively undoing changes made by any subsequent autosaves. However, JupyterLab only maintains the most recent checkpoint, so you cannot revert to multiple earlier states.</p></li>
</ul>
</li>
<li><p><strong>Terminal in JupyterLab</strong>: You can open a Terminal within JupyterLab by clicking on the terminal icon in the Launcher (the tab with the <code class="docutils literal notranslate"><span class="pre">+</span></code> icon). This can be useful for running additional commands directly from within JupyterLab.</p></li>
<li><p><strong>Shutting Down JupyterLab</strong>: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press <code class="docutils literal notranslate"><span class="pre">Ctrl</span> <span class="pre">+</span> <span class="pre">C</span></code>. Confirm the shutdown if prompted.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion _build/jupyter_execute/docs/howto/jupyterlab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,21 @@
"\n",
"- **Running Code Cells in Notebooks**: Inside a Jupyter Notebook, click inside a code cell and press `Shift + Enter` to execute the code in that cell.\n",
"\n",
"- **Saving and Reverting Notebooks**:\n",
"\n",
" - **Manual Saving**: You can manually save your notebook at any time by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar or by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS).\n",
"\n",
" - **Autosave Feature**: Jupyter Notebooks come with an autosave feature that saves your work automatically at regular intervals. By default, this happens every 120 seconds (2 minutes). You can adjust the autosave interval by modifying the notebook settings if needed.\n",
"\n",
" - **Checking Autosave**: To see when the notebook was last saved, you can check the **File Browser** in JupyterLab. The last modified time is displayed next to the notebook's name, indicating how long ago the last save occurred. This reflects the most recent autosave or manual save.\n",
"\n",
" - **Creating Checkpoints**: In JupyterLab, a single checkpoint is automatically created each time you manually save the notebook. You can manually save your notebook by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar, by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS), or by selecting \"Save Notebook\" from the File menu.\n",
"\n",
" - **Reverting to Checkpoints**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert to Checkpoint\" in the File menu. This allows you to go back to the state of the notebook at the last manual save, effectively undoing changes made by any subsequent autosaves. However, JupyterLab only maintains the most recent checkpoint, so you cannot revert to multiple earlier states.\n",
"\n",
"- **Terminal in JupyterLab**: You can open a Terminal within JupyterLab by clicking on the terminal icon in the Launcher (the tab with the `+` icon). This can be useful for running additional commands directly from within JupyterLab.\n",
"\n",
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted."
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted.\n"
]
},
{
Expand Down
14 changes: 13 additions & 1 deletion docs/howto/.ipynb_checkpoints/jupyterlab-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,21 @@
"\n",
"- **Running Code Cells in Notebooks**: Inside a Jupyter Notebook, click inside a code cell and press `Shift + Enter` to execute the code in that cell.\n",
"\n",
"- **Saving and Reverting Notebooks**:\n",
"\n",
" - **Manual Saving**: You can manually save your notebook at any time by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar or by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS).\n",
"\n",
" - **Autosave Feature**: Jupyter Notebooks come with an autosave feature that saves your work automatically at regular intervals. By default, this happens every 120 seconds (2 minutes). You can adjust the autosave interval by modifying the notebook settings if needed.\n",
"\n",
" - **Checking Autosave**: To see when the notebook was last saved, you can check the **File Browser** in JupyterLab. The last modified time is displayed next to the notebook's name, indicating how long ago the last save occurred. This reflects the most recent autosave or manual save.\n",
"\n",
" - **Creating Checkpoints**: In JupyterLab, a single checkpoint is automatically created each time you manually save the notebook. You can manually save your notebook by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar, by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS), or by selecting \"Save Notebook\" from the File menu.\n",
"\n",
" - **Reverting to Checkpoints**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert to Checkpoint\" in the File menu. This allows you to go back to the state of the notebook at the last manual save, effectively undoing changes made by any subsequent autosaves. However, JupyterLab only maintains the most recent checkpoint, so you cannot revert to multiple earlier states.\n",
"\n",
"- **Terminal in JupyterLab**: You can open a Terminal within JupyterLab by clicking on the terminal icon in the Launcher (the tab with the `+` icon). This can be useful for running additional commands directly from within JupyterLab.\n",
"\n",
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted."
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted.\n"
]
},
{
Expand Down
14 changes: 13 additions & 1 deletion docs/howto/jupyterlab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,21 @@
"\n",
"- **Running Code Cells in Notebooks**: Inside a Jupyter Notebook, click inside a code cell and press `Shift + Enter` to execute the code in that cell.\n",
"\n",
"- **Saving and Reverting Notebooks**:\n",
"\n",
" - **Manual Saving**: You can manually save your notebook at any time by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar or by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS).\n",
"\n",
" - **Autosave Feature**: Jupyter Notebooks come with an autosave feature that saves your work automatically at regular intervals. By default, this happens every 120 seconds (2 minutes). You can adjust the autosave interval by modifying the notebook settings if needed.\n",
"\n",
" - **Checking Autosave**: To see when the notebook was last saved, you can check the **File Browser** in JupyterLab. The last modified time is displayed next to the notebook's name, indicating how long ago the last save occurred. This reflects the most recent autosave or manual save.\n",
"\n",
" - **Creating Checkpoints**: In JupyterLab, a single checkpoint is automatically created each time you manually save the notebook. You can manually save your notebook by clicking the save icon <i class=\"fas fa-save\" aria-hidden=\"true\"></i> in the toolbar, by pressing `Ctrl + S` (Windows) or `Cmd + S` (macOS), or by selecting \"Save Notebook\" from the File menu.\n",
"\n",
" - **Reverting to Checkpoints**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert to Checkpoint\" in the File menu. This allows you to go back to the state of the notebook at the last manual save, effectively undoing changes made by any subsequent autosaves. However, JupyterLab only maintains the most recent checkpoint, so you cannot revert to multiple earlier states.\n",
"\n",
"- **Terminal in JupyterLab**: You can open a Terminal within JupyterLab by clicking on the terminal icon in the Launcher (the tab with the `+` icon). This can be useful for running additional commands directly from within JupyterLab.\n",
"\n",
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted."
"- **Shutting Down JupyterLab**: To stop the JupyterLab server, go back to your Terminal, Command Prompt, or PowerShell window where JupyterLab was started, and press `Ctrl + C`. Confirm the shutdown if prompted.\n"
]
},
{
Expand Down

0 comments on commit 3f01179

Please sign in to comment.