PyData London News
An archive for the PyData London News
Creating new news slides
If you are using the Conda package manager, create an environment with the requisite dependencies and activate it using:
conda env create -f=environment.yml
source activate pydata-news
Otherwise, get a setup with Python 3 and Jupyter available by your preferred mechanism.
Create a new folder for the slides with a name based on the date of the meeting (see previous meetings' folder names), and create an IPython notebook inside the folder. Alternatively, copy the folder from a previous month and rename it, which may be easier.
Once you have made modifications/additions to the month's slides, convert it to a slideshow and serve it with:
jupyter nbconvert <name of ipynb file> --to slides --post serve