Skip to content

Conversation

@Amitganguly0327
Copy link
Collaborator

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.

…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.
Copy link
Collaborator

@mateolangston mateolangston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use two hashtags instead of 3


- The project directory can now be opened in the File Browser by double clicking the symlink.

### Code editing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use two hashtags instead of 3

- Run the cell. The output for the Python file is displayed under the cell.


### Additional Help
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use two hashtags instead of 3

@mateolangston mateolangston merged commit dbd1700 into main Dec 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants