Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Jun 12, 2024
1 parent e81a00a commit 255fc8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/using-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ import JupyterHubVSCode from './img/JupyterHub-VSCode.png';
import JupyterHubtoken from './img/JupyterHub-token.png';
import vscode from './img/vscode-jupyterhub.gif';

# VSCode on the server
# VSCode

## VSCode on the server

* Navigate to `Launcher` tab
* Select `VS Code`

# Connecting local VSCode to the hub
## Connecting local VSCode to the hub

With the [JupyterHub](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-hub&ssr=false#overview) extension, you can connect local VSCode to Jupyter Notebook remote kernels. Your notebook files are saved locally on your machine, but you can still access the remote files such as home directory `/home/jovyan` and dataset directory `/home/jovyan/userdata/{username}`. However, if you want to upload files to the Notebook server, you need to use JupyterHub on the web.

## How to setup VSCode and JupyterHub
### How to setup VSCode and JupyterHub

* [Download](https://code.visualstudio.com/download) and install VSCode
* Install [JupyterHub VSCode extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter-hub&ssr=false#overview). Click on the extensions on the sidebar (Or View > Extensions) , search for JupyterHub, then click on the blue install button
Expand Down

0 comments on commit 255fc8a

Please sign in to comment.