Attempt at building on top of Kaggle for pyMC3 support:
The dependencies can be found in /binder/apt.txt
(on the binder
branch), and information about the theme is at poster_cse.
This is a work in progress. Font dependencies are Google Raleway and Lato cormorantgaramond. May vary by machine. Change these in the .sty
file.
The files here began as copies of that repository.
All of the images are generated in the .ipynb
file. Fonts were easily visible.
Run make
in terminal. [WIP]: Binder badge
mtxrun --script fonts --list --all | grep "fontname"
to search for available fonts on system.
Specify these in beamerthemegemini.sty
.
Jupyterlab will run when you click the binder link. Make sure you open Terminal and run
git config user.name Username
git config user.email user@mail.com
In order to be able to commit changes and push them back to GitHub. You can use the Git interface on the left panel for visual commits/staging.
The binder environment expires after ten minutes of inactivity, so do not lapse if you make changes.
Run
make
to build the poster and run
make clean
to get rid of the temporary cache files.
qrencode website-name -o output.png
qrencode --help