Coder Social home page Coder Social logo

ercoftac2023-workshop's Introduction

Exercise sessions ERCOFTAC 2023

In this repository you can find the resources for the exercise sessions of the 2023 ERCOFTAC workshop in Barcelona.

Python resources

There are two options to use a Python IDE on Marenostrum:

  • Connect to Marenostrum with a display software and use Spyder:

    ssh -X [email protected]
    GJDZFvH5.yyy
    salloc -J interactive --x11
    module load ANACONDA
    export XDG_RUNTIME_DIR="" 
    spyder

    Replace yyy with your account's number.

  • If you don't have a display software like XQuartz, it is possible to use Jupyter notebook by ssh tunnel (this procedure is bit more complex):

    ssh [email protected]
    GJDZFvH5.yyy
    salloc --partition=interactive
    module load ANACONDA
    export XDG_RUNTIME_DIR="" 
    jupyter notebook --no-browser --ip=127.0.0.1 --port=9yyy

    Replace yyy with your account's number. As output of the last command you should receive a token for your Jupyter session of the type http://127.0.0.1:9yyy/?token=xxx….

    In another terminal on your local machine input:

    ssh -t -t [email protected] -L 7077:localhost:8088 ssh loginX -L 8088:localhost:9yyy

    Replace X with the number that you got when creating the interactive session. Open the browser on your local machine and type localhost:7077. Insert the token that you received when starting the Jupyter session.

Here you can find an introduction to Spyder and Jupyter.

ercoftac2023-workshop's People

Contributors

emilianomfortes avatar albertoprocacci avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.