Overview Version History Q & A Rating & Review
Jupyter File Explorer Fixed
Jupyter File Explorer is a Visual Studio Code extension that allows you to browse and edit files on a remote Jupyter Server directly from your VS Code environment.
Credits
Features
Connect to a remote Jupyter Server
Browse files and directories on the remote server
Edit remote files directly in VS Code
Configurable default server settings
Installation
Open Visual Studio Code
Go to the Extensions view (Ctrl+Shift+X)
Search for "Jupyter File Explorer"
Click Install
Usage
Open the Command Palette (Ctrl+Shift+P)
Type "Connect to Jupyter Server" and select the command
Enter the Jupyter Server URL, token, and remote path when prompted
The Jupyter Files explorer view will appear in the sidebar, showing the remote file structure
Configuration
You can set default values for the Jupyter Server connection in your VS Code settings:
jupyterFileExplorerFixed.defaultServerUrl
: Default Jupyter Server URL
jupyterFileExplorerFixed.defaultToken
: Default Jupyter Token
jupyterFileExplorerFixed.defaultRemotePath
: Default Remote Path
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Disclaimer
the entire extention's code is generated by copilot (except this line) on my requests, if you have any problem, I have no idea, I dont write TS :D