-
Notifications
You must be signed in to change notification settings - Fork 3
Navigating jupyterlab page #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
left a comment
There was a problem hiding this 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 | |||
There was a problem hiding this comment.
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. | |||
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
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.