Skip to content

Latest commit

 

History

History
118 lines (95 loc) · 6.65 KB

File metadata and controls

118 lines (95 loc) · 6.65 KB
layout default

Preparing for NeuroHackademy

This page contains information for preparing for NeuroHackademy! Not everything suggested on this page is required; we expect you to chart your own path through the program, with this page serving as a convenient reference.

Setup and Technical Information NeuroHackademy uses a JupyterHub cloud-computing server for lecture materials and hack projects. The JupyterHub provides an interface to Jupyter notebooks and terminals running on virtual machines remotely in the cloud. We have provisioned these virtual machines to have all of the software tools and configuration details that we typically need for projects in the course, and the machines should have plenty of computing power and memory for our purposes.

Critically, because we use remote virtual machines, you do not need to do anything to setup your laptop for the course aside from having a contemporary web-browser installed. If you would like to install tools like Python, the terminal/shell, and git on your local laptop, this page, maintained by the Carpentries organization, has instructions for installing these tools locally.

To connect to the JupyterHub, direct your browser to https://neurohackademy.2i2c.cloud/. Authentication is performed using your GitHub credentials, so after clicking the “Log In to Continue” button followed by the “Log On” button, you should be prompted for your GitHub username and password.

Logistics

Logistical information about travel, housing, and internet can be found on the Logistics Page!

Review Resources

You do not need to review any particular material prior to the NeuroHackademy—for topics like Python programming we will have lectures in two tracks: introductory Python and advanced topics. However, if you are interested in brushing up on some of the topics we cover, here are some useful resources.

Software Carpentry

The Carpentries is a not-for-profit organization that publishes and administers public lessons on basic data science tools. The Software Carpentry lessons website contains a listing of their basic lessons on the UNIX shell (also frequently called BASH or the terminal), Python, Git/GitHub, and R. These lessons are written with commentary so that individuals can walk through them on their own, but it is also fairly easy to find in-person recordings of these lessons as lectures via YouTube (just search for “Software Carpentry”).

Python Data Science Handbook

This book, by Jake VanderPlas, is a somewhat more advanced reference for data science topics in Python. It is highly recommended for intermediate and advanced scientist programmers, and it is open source. This page has basic information about the book, including a link to a free version online.

Previous NeuroHackademy Lectures

Most of the lectures from previous years of the NeuroHackademy were recorded and can be viewed on YouTube. These lectures are organized by year and schedule on the neurohackademy.org website's lecture archive. Here are several of the past lectures organized by topic rather than year; note that this list is mainly focused on basic data science skills, so past lectures on specific neuroscience topics may not be shown.

Git and GitHub

Introductory Python

Advanced Python

Machine Learning and AI

Docker

Cloud Computing

Neuroscience Tools and Data