Links
Comment on page

Python Package

Python Package Installation Method

We recommend installing it in a new virtual environment.
  • JupyterLab is also installed when Link is installed.
  • Installation of Link may cause dependency conflicts with existing packages, depending on the user's environment. if this occurs, please contact Technical Support.

1. Initial installation : Installing in a new virtual environment

python3 -m pip install mrx-link
2. For Update or Reinstallation : Deleting and reinstalling in an existing virtual environment
python3 -m pip uninstall mrx-link
python3 -m pip install mrx-link
Link is compatible with Chrome browser.
After installation, enter the following code to execute Jupyter Lab.
python3 -m jupyterlab
# Access with browser: <http://localhost:8888/>