{% extends "page.html" %} {% if announcement_login %} {% set announcement = announcement_login %} {% endif %} {% block nav_bar_right_items %}
  • User Guide
  • {% endblock %} {% block main %} {% block login %}
    {% block main_intro %}

    Notebooks LogoNotebooks

    Notebooks is an environment based on Jupyter and the EGI cloud service that offers a browser-based, scalable tool for interactive data analysis. The Notebooks environment provides users with notebooks where they can combine text, mathematics, computations and rich media output.

    Access requires a valid EGI account and enrolling to the envri-vre:members VO.

    {% endblock main_intro %} {% block checkin_button %}

    Continue with EGI Check-in

    {% endblock checkin_button %}
    {% endblock login %} {% block footer %} {% endblock %} {% endblock %}