TLJH plugin for MATLAB
Project description
tljh-matlab
TLJH plugin for The Littlest JupyterHub that installs MATLAB, and the MATLAB Integration for Jupyter.
The Littlest JupyterHub installation can install plugins that provide additional features, in the JupyterHub stack being provisioned.
The tljh-matlab
plugin installs:
- A specified version of MATLAB
- The system libraries required by MATLAB
- The MATLAB Integration for Jupyter, to enable the usage of MATLAB via Notebooks, and to access the MATLAB desktop from Jupyter. See jupyter-matlab-proxy for more information.
Command to install plugin:
docker run --privileged --detach --name=tljh-dev --publish 12000:80 --mount type=bind,source="$(pwd)",target=/srv/src tljh-systemd
docker exec -it tljh-dev /bin/bash
python3 /srv/src/bootstrap/bootstrap.py --admin admin:password --plugin tljh-matlab
To customize the default values used by the plugin , set the appropriate environment variable before the bootstrap
command
Environment Variable Name | Default Values | Notes |
---|---|---|
MATLAB_RELEASE | R2024a | Specify the MATLAB release you would like to install |
MATLAB_PRODUCT_LIST | "MATLAB Symbolic_Math_Toolbox" | See --products section of MPM.md for information on the supported products and their name specification. For example to install Simulink along with MATLAB use "MATLAB Simulink" |
MATLAB_INSTALL_DESTINATION | /opt/matlab/R2024a | Specify the path to the location you would like to install MATLAB |
OS | ubuntu22.04 | See matlab-deps for the list of supported OS values by Release. |
Example:
env MATLAB_RELEASE=R2023b MATLAB_PRODUCT_LIST="MATLAB Simulink" python3 /srv/src/bootstrap/bootstrap.py --admin admin:password --plugin tljh-matlab
Copyright 2024 The MathWorks, Inc.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tljh_matlab-0.0.3.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file tljh_matlab-0.0.3.tar.gz
.
File metadata
- Download URL: tljh_matlab-0.0.3.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa6f495535292c02f5ed889e805287aa194debd5b10bbcbafa6c78762374bccd |
|
MD5 | 04697993be93f661d4448053c54fa531 |
|
BLAKE2b-256 | bb5221cfaa9c081a7c47d73a70c158212818743057cadcc062fba1e1ec6bbcba |
File details
Details for the file tljh_matlab-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: tljh_matlab-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4816f6b411dc7ce426a522d83c15c03195890c4c276f59dad77a96f0a991e1d |
|
MD5 | dcaba7587f6a2646212fc06562045cdf |
|
BLAKE2b-256 | 9a95974bd50efc4000e9c169a9cb0e52cab962ede26b9fe156f356b18c6f5df0 |