Metadata

Distro Index Owner:
eea
Home Page:
eea.jupyter
License
GPL version 2
Version:
0.9
Last updated:
2024-02-02
Keywords:
EEA Utilities

eea.jupyter

Files

Indexes

eea.jupyter utilities for jupyter notebook

eea.jupyter

Develop Master

The eea.jupyter is a jupyter utility package for EEA.

Usage

  1. Install eea.jupyter package

System Message: WARNING/2 (<string>, line 23)

Cannot analyze code. Pygments package not found.

.. code-block:: console

  pip install eea.jupyter

  1. Import uploadPlotly in your notebook

System Message: WARNING/2 (<string>, line 29)

Cannot analyze code. Pygments package not found.

.. code-block:: python

  from eea.jupyter import uploadPlotly


  1. Upload a plotly figure

System Message: WARNING/2 (<string>, line 36)

Cannot analyze code. Pygments package not found.

.. code-block:: python

  uploadPlotly(url, fig, **metadata)

Note: step 3 should be run as the last part of notebook cell, otherwise the plotly editor will not be displayed in the notebook.

Funding

EEA - European Environment Agency (EU)

Changelog

0.9 - (2024-02-02)

  • Change: update readme + set postMessage origin [razvanMiu]

0.8 - (2024-02-01)

  • Change: fix import [razvanMiu]

0.7 - (2024-02-01)

  • Change: add uploadPlotly function wrapper [razvanMiu]

0.6 - (2024-01-30)

  • Change: Develop [razvanMiu]

0.5 - (2024-01-30)

  • Change: Develop [razvanMiu]

0.4 - (2024-01-30)

  • Change: Develop [razvanMiu]

0.3 - (2024-01-30)

  • Change: Develop [razvanMiu]

0.2 - (2024-01-30)

  • Change: 0.2 [razvanMiu]

0.1 - (2024-01-19)

  • Initial release. [eea]