Skip to content

Latest commit

 

History

History

AnacondaCon2019

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AnacondaCon 2019 Presentation

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

USAGE:

  • 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

INSTALLATION & DEPENDENCIES:

To install:

  1. Copy the files in this repository to a directory of choice
  2. Install Anaconda from https://www.anaconda.com/download/
  3. install panel: conda install panel

Dependant libraries are: panel, bokeh, some external html files are made with holoviews.

FILES:

  • 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

DEVELOPER CONTACT INFO:

Please pass questions to:

Jacob Barhak Ph.D.

[email protected]

http://sites.google.com/site/jacobbarhak/

ACKNOWLEDGEMENTS:

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.

LICENSE

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/.