diff --git a/docs/labs/jupyterlab-filelibrary.md b/docs/labs/jupyterlab-filelibrary.md new file mode 100644 index 0000000..c395d03 --- /dev/null +++ b/docs/labs/jupyterlab-filelibrary.md @@ -0,0 +1,11 @@ +# Access File Library within Author Workbench + +Follow these steps to open file library in Author Workbench + +1. **Open Your Lab:** Begin by clicking on your lab in Author Workbench to view its details page. + +2. **Locate the Content Tab:** In the lab, find and click on the "Content" Tab. Refer to the image below for guidance. + +3. **Open File Library** find and click on the "Open File Library" Tab. + +![find File Library](/img/labs/find_filelib.png) \ No newline at end of file diff --git a/docs/labs/upgrade-jupyterlab.md b/docs/labs/upgrade-jupyterlab.md new file mode 100644 index 0000000..09a05f7 --- /dev/null +++ b/docs/labs/upgrade-jupyterlab.md @@ -0,0 +1,19 @@ + +# Upgrading to the Latest Version of JupyterLab + +Follow these steps to upgrade your JupyterLab Classic lab to JupyterLab Current: + +1. **Open Your Lab:** Begin by clicking on your lab in Author Workbench to view its details page. + +2. **Locate the Version Tab:** In the lab, find and click on the "Version" Tab. Refer to the image below for guidance: +![Version Tab](/img/labs/lab-version-tab.png) + +3. **Go to Settings:** Click on the "Settings" option within the Version Tab area. +![Setting](/img/labs/lab-settings.png) + +4. **Choose JupyterLab Version:** Find the section where you can select the lab version. Choose "JupyterLab Current" as shown in the image: +![Choose Lab Version](/img/labs/choose-newtool.png) + +5. **Update Lab Version:** Click on the "Update Lab Version" button to apply the upgrade to the JupyterLab Current. + +By completing these steps, your JupyterLab Classic lab will be successfully updated to JupyterLab Current! Please make sure to test your lab after updating and make any necessary adjustments. diff --git a/docs/skills-network-file-library/how-to-access.md b/docs/skills-network-file-library/how-to-access.md index ad6fc4d..21a7665 100644 --- a/docs/skills-network-file-library/how-to-access.md +++ b/docs/skills-network-file-library/how-to-access.md @@ -6,10 +6,10 @@ sidebar_position: 3 Skills Network File Library can be accessed from multiple sources: -- Directly from Author Workbench on the main page of your Guided Project: +- Directly from Author Workbench on the main page of your Guided Project under the "Content" tab -- Directly from Author Workbench on the main page of your Course: +- Directly from Author Workbench on the main page of your Course under the "Content" tab -- Directly from Author IDE when editing your markdown-based instructions: +- Directly from Author IDE when editing your markdown-based instructions -- Directly from JupyterLab or JupyterLite when editing your notebooks: +- Directly from JupyterLab Current or JupyterLite when editing your notebooks diff --git a/static/img/labs/choose-newtool.png b/static/img/labs/choose-newtool.png new file mode 100644 index 0000000..97a2825 Binary files /dev/null and b/static/img/labs/choose-newtool.png differ diff --git a/static/img/labs/find_filelib.png b/static/img/labs/find_filelib.png new file mode 100644 index 0000000..001686c Binary files /dev/null and b/static/img/labs/find_filelib.png differ diff --git a/static/img/labs/lab-settings.png b/static/img/labs/lab-settings.png new file mode 100644 index 0000000..f2cd48b Binary files /dev/null and b/static/img/labs/lab-settings.png differ diff --git a/static/img/labs/lab-version-tab.png b/static/img/labs/lab-version-tab.png new file mode 100644 index 0000000..a3e0546 Binary files /dev/null and b/static/img/labs/lab-version-tab.png differ