Merged
Conversation
…ment and code editing in the program As of now, the change to the _toc.yml file adds the page to the Applications section.
I have restored the entry for other_applications.md in _toc.yml. I have also replaced the backslashes in the paths of the images with forward slashes. I have checked the rendering of the page by opening docs\_build\html\index.html in a broswer.
mateolangston
requested changes
Dec 1, 2025
Collaborator
mateolangston
left a comment
There was a problem hiding this comment.
Just some minor changes to be made. Please also remove any emojis throughout, so as not to confuse with the icons in JupyterLab.
| @@ -0,0 +1,85 @@ | |||
| # Navigating Jupyter-Lab | |||
Collaborator
There was a problem hiding this comment.
Change to just JupyterLab with no hyphen
| @@ -0,0 +1,85 @@ | |||
| # Navigating Jupyter-Lab | |||
|
|
|||
| Jupyter-Lab is a web-based interface containing a file explorer and a code editor that supports Python, Julia, and various other languages. | |||
Collaborator
There was a problem hiding this comment.
Same as above. Change to JupyterLab
| - **To open project directories** located outside your home directory (/$HOME or users/username) in the File Browser, you will need to create a symlink. | ||
| - Click the plus sign at the top of the File Browser to open a new Launcher tab. | ||
| - Click the Terminal button to open a new Terminal tab. | ||
| - Copy and paste `ln -s "$ProjectDirectory" ~DirectoryOfLink` into the Terminal, replacing `$ProjectDirectory` with the path of your project directory and `DirectoryOfLink` with the desired position of the link in your $HOME directory. Press Enter. |
Collaborator
There was a problem hiding this comment.
Replace directory placeholders with:
<project directory>
~/<new directory name>
|
|
||
| Jupyter-Lab is a web-based interface containing a file explorer and a code editor that supports Python, Julia, and various other languages. | ||
|
|
||
| ### File management |
Collaborator
There was a problem hiding this comment.
Use two hashtags instead of 3
|
|
||
| - The project directory can now be opened in the File Browser by double clicking the symlink. | ||
|
|
||
| ### Code editing |
Collaborator
There was a problem hiding this comment.
Use two hashtags instead of 3
| - Run the cell. The output for the Python file is displayed under the cell. | ||
|
|
||
|
|
||
| ### Additional Help |
Collaborator
There was a problem hiding this comment.
Use two hashtags instead of 3
mateolangston
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added a page on basic file management and code editing in JupyterLab, screenshots supplementing instructions, and an entry for the page in _toc.yml. As of now, the page is in the Applications section on the TOC.