FeatureByte has created a hosted environment for the back-end services required to run our tutorial and workshop notebooks. The notebooks can then be executed using your preferred local scripting environment or using a hosted solution like Google Collaboratory.
Enter your name and email at our sign up page and once you have verified your email, follow the directions below to get started.
The hosted tutorial notebooks are designed to work with Google's Colaboratory hosted notebook platform. Follow the steps below once you have your access token.
- Navigate to Google Colaboratory in your preferred browser.
- Select the GitHub tab in the pop up once the page loads.
- Enter
https://github.com/featurebyte/featurebyte-hosted-tutorialsin the search bar and press enter. - Select your preferred tutorial from the list below.
- Run the first paragraph to install
featurebyteand the supporting library for the tutorials. - Click
Run anywayon the pop up after executing the first paragraph. - In the second paragraph replace the
<api_token>placeholder with the access token from the welcome email.
The hosted notebook tutorials are also compatible with using a local notebook environment like Jupyter Lab.
- Download the notebook archive.
- Unzip the archive into your preferred local working directory.
- Load your preferred tutorial.
- Run the first paragraph to install
featurebyteand the supporting library for the tutorials. - In the second paragraph replace the
<api_token>placeholder with the access token from the welcome email.