Skip to main content

Helper for installing the Python environment for the OTC 2025 interactive lectures based on SEAScope

Project description

During the interactive lectures of the OTC 2025 shore-based course, you will need to install tools and libraries for reading, processing and visualizing data.

To make sure all students get the same environment, a bundle containing SEAScope [1], Python 3.12.6 and additional material required by some lectures has been created.

Installation

To install the software bundle:

  1. Locate a disk/partition with the most free space on your computer (software itself does not take much space, but data used during the lectures will require several gigabytes).

    Please note that remote storage (OneDrive, Dropbox, Google Drive, etc…) is not suitable for installing the OTC2025 environment, make sure to choose a storage whose hardware is actually located inside your computer (harddisk, SSD).

  2. Create a new directory on that disk/partition, all the software and data used during the course will be stored in that directory.

    Note that moving the directory elsewhere or renaming it will create problems, so choose wisely (using a short and meaningful name such as otc25 is recommended).

    This directory will be referred to as the “OTC directory” in the upcoming instructions.

  3. The next steps depend on your operating system:

    Linux

    Depending on the web browser used to download the bundle, you may have to make the file executable before double-clicking on it (either using your file browser or by running the chmod +x linux-otc25-bundle.sh command in a terminal.

    Windows

    Windows might issue a warning regarding the execution of the file, click on the “More info” link so Windows will display a button allowing you execute the file anyway.

    macOS

    • Install SEAScope using the instructions available on https://seascope.oceandatalab.com/macos.html

    • Open a terminal

    • Move to the OTC directory using the cd command

    • Execute the following command:

      curl -fsSL https://ftp.odl.bzh/odl/events/otc25/software/macos_get-otc25.sh | sh
  4. The installation of the bundle will start and will take several minutes.

    A message is displayed at the end of the installation process, explaining how to start SEAScope and a new terminal already set up for the training course.

    Do not interrupt the installation process until you see that message!

Verification

The software bundle includes a small tool to check that the environment is correctly installed.

To perform this check:

  1. Using a file browser, go to the OTC directory

  2. Start SEAScope:

    Linux

    • Go to the seascope sub-directory

    • Double-click on the seascope file

    Windows

    • Go to the seascope sub-directory

    • Double-click on the SEAScope shortcut

    macOS

    • Click on the SEAScope application

    The SEAScope viewer will start and display a globe.

    Keep the viewer running, it will be used in the next steps.

  1. In your file browser, go back to the OTC directory, there should be a file named Terminal.sh (Linux), Terminal.bat (Windows) or Terminal (macOS).

    Double-click on that file (or execute it) to open a terminal.

  2. In the terminal, type:

    otc2025-check-environment

    It might take some time depending on your computer but at the end it should open a Jupyter notebook in your web browser, and the “OTC” letters should appear on the globe in the SEAScope viewer.

    Please follow the instructions mentioned in the notebook to determine whether or not the tests were successful.

    Each notebook cell can be executed by pressing Shift+Enter or by clicking on the button with a “Play” symbol (▶).

  3. Close the notebook in your web browser. You can also stop the SEAScope viewer and close your terminal.

    You’re ready for the interactive lectures! :)

Additional information

The OTC environment installed with the bundle scripts are independent from your operating system and should not require any admin permissions.

The bundle scripts modify some Python packages to make them compatible with Python 3.12.

Known issues & workarounds

On Windows, if the Jupyter notebook mentions a problem with numpy aliases related to fluxengine, i.e. if it displays this message:

Test "fluxengine" failed

Error logs:

numpy deprecated aliases not patched

following the procedure below should fix the problem (it will install a pre-patched version of fluxengine instead of patching it on the fly):

  1. Open the OTC directory using Windows Explorer

  2. Double-click on the Terminal.bat file, it will open a console

  3. Inside the console type (you can also copy the commands with Ctrl+C and paste them in the console wih Ctrl+V):

pip uninstall -y fluxengine
pip install --no-cache-dir https://ftp.odl.bzh/odl/sherleda/fluxengine-4.0.7-py3-none-any.whl
  1. Let the commands execute until completion and keep the console open

  2. Start SEAScope like you did before

  3. In the console, execute the check command again:

otc2025-check-environment

This time the Jupyter notebook should say that everything is working as expected.


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

python_env_otc2025-1.7.tar.gz (27.8 kB view details)

Uploaded Source

File details

Details for the file python_env_otc2025-1.7.tar.gz.

File metadata

  • Download URL: python_env_otc2025-1.7.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for python_env_otc2025-1.7.tar.gz
Algorithm Hash digest
SHA256 b6e6e88e2fdb5fbe9a1474dfc5ce7353d28a10af5f45f8f4b8235b7cf67c1ee6
MD5 253851f4d5d247ec7f545a1300d764c6
BLAKE2b-256 5cbb72c54018642ad719cea3ece2778c97817f6fa172d3063cbd7e8699d95630

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page