From c430e411bdaefe16b25652a39b0a268c9b49f763 Mon Sep 17 00:00:00 2001 From: cagancayco Date: Fri, 8 Dec 2023 17:19:31 -0800 Subject: [PATCH 1/2] updating command for creating custom jupyter kernel --- src/docs/user-guide/ondemand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user-guide/ondemand.md b/src/docs/user-guide/ondemand.md index 6ad290cc0..c876e8bc7 100644 --- a/src/docs/user-guide/ondemand.md +++ b/src/docs/user-guide/ondemand.md @@ -320,7 +320,7 @@ To create a custom kernel for a virtual environment using Python 3.x: ```none $ pip3 install ipykernel - $ python3 -m install --user --name env --display-name "My Env" + $ python3 -m ipykernel install --user --name env --display-name "My Env" ``` This will create a kernel for the environment `env`. It will appear as `My From c43ec8efc6ed40ca5a6ee93bec152a58a92bf465 Mon Sep 17 00:00:00 2001 From: cagancayco Date: Tue, 27 Feb 2024 16:12:10 -0800 Subject: [PATCH 2/2] updating Rclone documentation --- src/docs/software/using/rclone.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/docs/software/using/rclone.md b/src/docs/software/using/rclone.md index b6e4e5566..874dc61f6 100644 --- a/src/docs/software/using/rclone.md +++ b/src/docs/software/using/rclone.md @@ -21,6 +21,13 @@ browser, so you will need to connect to Sherlock with **local port forwarding** (`ssh -L`). You only need to do this when you are configuring `rclone` for the first time. +!!! Note "Use local terminal for `rclone config`" + + **This method will not work in the Sherlock OnDemand shell.** You will need + to use your local machine's terminal to enable local port forwarding and to + allow `rclone` to communicate with your browser. On Linux and macOS, you + can use the Terminal app; on Windows, you can use the PowerShell app. + When running `rclone config` you will be prompted to enter names and values, indicated by the `>` symbol. To leave it empty, press Enter.