This project generates the presentation for AnacondaCon in html format. This code was updated post presentation to maintain the presentation available on-line and correct a typo.
The presentation is generated using the panel python library
- python AnacondaCon2019.py
- The file AnacondaCon_2019.html will be generated
To view the interactive presentation generated by this code visit: https://jacob-barhak.github.io/AnacondaCon_2019.html
To install:
- Copy the files in this repository to a directory of choice
- Install Anaconda from https://www.anaconda.com/download/
- install panel: conda install panel
Dependant libraries are: panel, bokeh, some external html files are made with holoviews.
- AnacondaCon2019.py : Code that generates the presentation.
- Images : a directory containing images used to generate the presentation.
- AnacondaCon_2019.html : The presentation file.
- License.txt : the license file
Please pass questions to:
Jacob Barhak Ph.D.
http://sites.google.com/site/jacobbarhak/
Special thanks to:
- Philipp Rudiger
- James Bednar
- Jean-Luc Stevens
They all assisted with panel, bokeh, and holoviews issues. without their support and development of PyViz visualization tools, this interactive poster would not be possible.
Copyright (C) 2019 Jacob Barhak
This program 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 3 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, see https://www.gnu.org/licenses/.