Skip to content

Commit

Permalink
Updates tljh README with more information, and fixes broken link in t…
Browse files Browse the repository at this point in the history
…he jupyter_matlab_proxy README.
  • Loading branch information
prabhakk-mw committed Dec 9, 2024
1 parent aac864e commit 1eb2236
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added img/tljh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion install_guides/the-littlest-jupyterhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ Execute the [start-container-with-tljh-matlab.sh](./start-container-with-tljh-ma

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/**.

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.
![JupyterHub Login Page](https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/tljh.png)

Access JupyterHub using the default credentials: the username is `admin` and the password is `password`.
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.

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`.

## Learn More

Expand Down
2 changes: 1 addition & 1 deletion src/jupyter_matlab_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To report any issues or suggestions, see the [Feedback](https://github.com/mathw

|Jupyter Notebook| JupyterLab |
|--|--|
|<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> |
|<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> |

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

Expand Down

0 comments on commit 1eb2236

Please sign in to comment.