Notebooks
Getting Started
Getting Started
Accessing Your Notebook Environment
- Log into Flow
- Click the Notebooks link in the left sidebar under "Your Work"
- Your personal Jupyter notebook server will start automatically
- You'll see the Jupyter interface with two main folders:
notebooks/
- Your writable workspace for creating and saving notebooksflow-data/
- Read-only folder containing data you've imported from Flow
Creating Your First Notebook
- Navigate to the
notebooks/
folder - Click "New" → "Python 3" to create a new notebook
- Start writing Python code to analyze your data
Important: You can only create and modify files within the notebooks/
folder. The root directory and flow-data/
folder are read-only.
Important Operations
Restarting Your Notebook Server
Sometimes you need to restart your notebook server:
- Go to File → Hub Control Panel
- Click "Stop My Server"
- Wait for confirmation
- Click "Start My Server"
When to restart:
- After adding or removing files from Flow
- If you encounter unexpected errors
- To apply system updates
Handling Common Issues
If you see error messages or unexpected behavior:
- Try refreshing your browser (F5 or Cmd+R)
- Close the notebook tab and click the Notebooks link again
- Restart your notebook server as described above