These are notebooks and other resources to use as challenges for Callysto hackathons or related events. You're also welcome to use them for other non-commercial purposes.
Notebooks in this branch were tested on Callysto Hub.
Callysto Hub is a free Jupyter notebook environment provided by Cybera and PIMS.
To log in to Callysto Hub you can use a Google or Microsoft account.
The first time you log in your personal environment will be created where all your work will be stored.
Hackathon notebooks can be automatically copied to your Callysto Hub environment using this git-pull link.
Or to copy them manually:
- Select
New
->Terminal
in the top right corner. - In the terminal window type
git clone https://github.com/callysto/hackathon -b jupyter
- Close the web page with terminal once the repository has been copied.
After you have copied the hackathon notebooks, to open them in Callysto Hub:
- Click on the logo in the top left corner, it will redirect you to the home screen.
- Click on
hackathon
repository folder and select the folder or notebook you are planning to work on.
- To get started select the
Prep_materials
folder and work through the prepatory notebooks in this order:
Markdown basics.ipynb
Python and pandas basics solutions.ipynb
Matplotlib basics.ipynb
Cufflinks basics.ipynb
To run a cell, select it and then either:
- click the
Cell
menu and selectRun Cells
- or hit
Shift-Enter
- or click the
Run
button in the toolbar
In order to create a new cell:
- click the
Insert
menu then selectInsert Cell Above
orInsert Cell Below
- or click the plus button in the top left corner
In order to delete a cell, select it and either:
- click the
Edit
menu then selectDelete Cells
- or click on scisors button in the top left corner
If you accidentally deleted an incorrect cell, you can always bring it back:
- click the
Edit
menu then selectUndo Delete Cells
If you want to download the notebook in .ipynb
format to your local machine:
- Save the notebook first:
- click the
Save and checkpoint
button in the top left corner
- click the
- Click the
File
menu then selectDownload as
->Notebook(.ipynb)