eea.jupyter utilities for jupyter notebook
Project description
The eea.jupyter is a jupyter utility package for EEA.
Upgrade
Usage
Install eea.jupyter package
pip install eea.jupyter
Import PlotlyController in your notebook
from eea.jupyter.controllers.plotly import PlotlyController
Create a PlotlyController instance
plotlyCtrl = PlotlyController(url)
Upload a plotly figure
plotlyCtrl.uploadPlotly(chart_data, 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.
Install
Eggs repository
How to contribute
Copyright and license
eea.jupyter (the Original Code) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
The Initial Owner of the Original Code is European Environment Agency (EEA). Portions created by Eau de Web are Copyright (C) 2009 by European Environment Agency. All Rights Reserved.
Funding
EEA - European Environment Agency (EU)
Changelog
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]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.