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 1f5e778 commit 12e89d0
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 37 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: 7 additions & 7 deletions _build/html/_sources/docs/howto/jupyterlab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,25 @@
"\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",
" - **Manual Save**: 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). (This will automatically create a Checkpoint. See \"Creating Checkpoints\" and \"Reverting to Checkpoints\" further down.)\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",
" - **Autosave**: 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",
" - **Check 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",
" - **Create Checkpoint**: 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",
" - **Reverte Notebook to Checkpoint**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert Notebook 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.\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."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d714cc30-473f-4d75-a7b1-fefbacf2d06b",
"id": "bec5a9e1-c9f7-40a1-b50d-7e439e35e577",
"metadata": {},
"outputs": [],
"source": []
Expand Down
13 changes: 5 additions & 8 deletions _build/html/docs/howto/jupyterlab.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,14 +610,11 @@ <h2><i class="fab fa-apple" aria-hidden="true"></i> <i class="fab fa-windows" ar
<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>
<li><p><strong>Manual Save</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). (This will automatically create a Checkpoint. See “Creating Checkpoints” and “Reverting to Checkpoints” further down.)</p></li>
<li><p><strong>Autosave</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></li>
<li><p><strong>Check 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>Create Checkpoint</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>
<li><p><strong>Reverte Notebook to Checkpoint</strong>: If you need to revert to the last manually saved state of your notebook, you can do so by selecting “Revert Notebook 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>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions _build/jupyter_execute/docs/howto/jupyterlab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,25 @@
"\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",
" - **Manual Save**: 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). (This will automatically create a Checkpoint. See \"Creating Checkpoints\" and \"Reverting to Checkpoints\" further down.)\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",
" - **Autosave**: 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",
" - **Check 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",
" - **Create Checkpoint**: 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",
" - **Reverte Notebook to Checkpoint**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert Notebook 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.\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."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d714cc30-473f-4d75-a7b1-fefbacf2d06b",
"id": "bec5a9e1-c9f7-40a1-b50d-7e439e35e577",
"metadata": {},
"outputs": [],
"source": []
Expand Down
14 changes: 7 additions & 7 deletions docs/howto/.ipynb_checkpoints/jupyterlab-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,25 @@
"\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",
" - **Manual Save**: 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). (This will automatically create a Checkpoint. See \"Creating Checkpoints\" and \"Reverting to Checkpoints\" further down.)\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",
" - **Autosave**: 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",
" - **Check 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",
" - **Create Checkpoint**: 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",
" - **Reverte Notebook to Checkpoint**: If you need to revert to the last manually saved state of your notebook, you can do so by selecting \"Revert Notebook 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.\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."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d714cc30-473f-4d75-a7b1-fefbacf2d06b",
"id": "bec5a9e1-c9f7-40a1-b50d-7e439e35e577",
"metadata": {},
"outputs": [],
"source": []
Expand Down
Loading

0 comments on commit 12e89d0

Please sign in to comment.