You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Showing the user id on the Profile page would be more convenient for the user.
Showing the sample ~/.ssh/config on the UI in a copyable format can make the copying and pasting easier.
3.There is a mismatch between the hostname on pdf(idcbeta) and on the tinyurl (myidc) github page. We can keep them same for the sake of consistency.
4.The 5 steps mentioned in the "Go Interactive and Initialize the Conda Environment" could be added to a script so that user dont have to type them.
5.Also, we could also automate the steps mentioned in the "Get Going with Jupyter". For example, we can merge the find IP and launch Jupyter lab commands in a single script.
Rather than explicitly mentioning the hostname we can use a placeholder. For example,
instead of writing "ssh idc ‐L 8888:10.10.10.X:8888" we could write "ssh [host] ‐L [port]:[host ip]:[port]" and then we can add an example command line "e.g. ssh idc ..."
The text was updated successfully, but these errors were encountered:
Here are some things that can be improved:
3.There is a mismatch between the hostname on pdf(idcbeta) and on the tinyurl (myidc) github page. We can keep them same for the sake of consistency.
4.The 5 steps mentioned in the "Go Interactive and Initialize the Conda Environment" could be added to a script so that user dont have to type them.
5.Also, we could also automate the steps mentioned in the "Get Going with Jupyter". For example, we can merge the find IP and launch Jupyter lab commands in a single script.
instead of writing "ssh idc ‐L 8888:10.10.10.X:8888" we could write "ssh [host] ‐L [port]:[host ip]:[port]" and then we can add an example command line "e.g. ssh idc ..."
The text was updated successfully, but these errors were encountered: