Skip to content

Commit 1eb2236

Browse files
committed
Updates tljh README with more information, and fixes broken link in the jupyter_matlab_proxy README.
1 parent aac864e commit 1eb2236

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: img/tljh.png

63.7 KB
Loading

Diff for: install_guides/the-littlest-jupyterhub/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ Execute the [start-container-with-tljh-matlab.sh](./start-container-with-tljh-ma
3636

3737
Once initialized, your JupyterHub server will be accessible for notebook hosting at **http://Your-FQDN:12000**. You can view it in your browser via **http://localhost:12000/**.
3838

39-
To tailor the MATLAB release or to install different MATLAB toolboxes within the TLJH instance, adjust the environment variables in the [.matlab_env](./.matlab_env) file accordingly.
39+
![JupyterHub Login Page](https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/tljh.png)
40+
41+
Access JupyterHub using the default credentials: the username is `admin` and the password is `password`.
42+
You can update these default values either, in the [start-container-with-tljh-matlab.sh](./start-container-with-tljh-matlab.sh) script, or from the Jupyter Admin UI.
43+
44+
To install a different release of MATLAB or to install different MATLAB toolboxes within the TLJH instance, adjust the environment variables in the [.matlab_env](./.matlab_env) file accordingly and re-run `start-container-with-tljh-matlab.sh`.
4045

4146
## Learn More
4247

Diff for: src/jupyter_matlab_proxy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To report any issues or suggestions, see the [Feedback](https://github.com/mathw
1717

1818
|Jupyter Notebook| JupyterLab |
1919
|--|--|
20-
|<p align="center"><img width="600" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/classic-jupyter.png"></p> | <p align="center"><img width="600" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/jupyterlab-notebook-section.png"></p> |
20+
|<p align="center"><img width="600" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/open_matlab_notebook.png"></p> | <p align="center"><img width="600" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/jupyterlab-notebook-section.png"></p> |
2121

2222
* To enter your license information, see [Licensing](https://github.com/mathworks/jupyter-matlab-proxy#licensing).
2323

0 commit comments

Comments
 (0)