A configuration file and storage directory must be made manually to run polynote
mkdir -p ~/polynote/notebooks
Create a file ~/polynote/config.yml
with the following, replacing USERNAME
with your username:
storage:
dir: /home/USERNAME/polynote/notebooks
mounts:
examples:
dir: examples
Then to run:
cd ~/polynote
# Note that polynote doesn't play nice with relative paths.
# Give it an absolute path to your config.
polynote --config $(pwd)/config.yml
Pinned Comments
akeller commented on 2020-04-22 03:29
A configuration file and storage directory must be made manually to run polynote
Create a file
~/polynote/config.yml
with the following, replacingUSERNAME
with your username:Then to run: