├── LICENSE.md ├── README.md ├── SECURITY.md ├── img └── combined_launchers_vnc.png ├── jupyter_matlab_vnc_proxy ├── __init__.py └── resources │ ├── MATLAB.desktop │ ├── matlab_icon.png │ ├── matlab_icon.svg │ ├── matlab_launcher.py │ ├── mw_lite.html │ └── xstartup ├── noVNC.rights └── setup.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/SECURITY.md -------------------------------------------------------------------------------- /img/combined_launchers_vnc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/img/combined_launchers_vnc.png -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/__init__.py -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/MATLAB.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/MATLAB.desktop -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/matlab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/matlab_icon.png -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/matlab_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/matlab_icon.svg -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/matlab_launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/matlab_launcher.py -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/mw_lite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/mw_lite.html -------------------------------------------------------------------------------- /jupyter_matlab_vnc_proxy/resources/xstartup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/jupyter_matlab_vnc_proxy/resources/xstartup -------------------------------------------------------------------------------- /noVNC.rights: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/noVNC.rights -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/jupyter-matlab-vnc-proxy/HEAD/setup.py --------------------------------------------------------------------------------