Skip to content

Instantly share code, notes, and snippets.

@korkridake
Created November 4, 2019 13:46
Show Gist options
  • Save korkridake/00a6c6c5879ff0c0eff457f1cfd6893b to your computer and use it in GitHub Desktop.
Save korkridake/00a6c6c5879ff0c0eff457f1cfd6893b to your computer and use it in GitHub Desktop.
Polynote Python Dependencies and Run Polynote
polynoteuser02@polynotevm02:~/download$ sudo apt-get install build-essential
polynoteuser02@polynotevm02:~/download$ sudo apt install python3-pip
polynoteuser02@polynotevm02:~/download$ pip3 install jep
polynoteuser02@polynotevm02:~/download$ pip3 install jedi
polynoteuser02@polynotevm02:~/download$ pip3 install pyspark
polynoteuser02@polynotevm02:~/download$ pip3 install virtualenv
polynoteuser02@polynotevm02:~/download$ pip3 install numpy
polynoteuser02@polynotevm02:~/download$ pip3 install pandas
# Let's run Polynote
polynoteuser02@polynotevm02:~/download$ cd polynote
polynoteuser02@polynotevm02:~/download/polynote$ ./polynote.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment