Skip to content

Instantly share code, notes, and snippets.

@meysampg
Created September 21, 2019 12:11
Show Gist options
  • Save meysampg/f7d107991a4d9d7de688e2f9bb0abd61 to your computer and use it in GitHub Desktop.
Save meysampg/f7d107991a4d9d7de688e2f9bb0abd61 to your computer and use it in GitHub Desktop.
# install libraries
apt install libgtk2.0-0
apt install libgconf-2-4
# install xvfb to run orca as a server without graphical environment
apt install xvfb
# install electron
npm install -g [email protected] --allow-root --unsafe-perm
# install orca
npm install -g orca
@meysampg
Copy link
Author

To fix issues related to connection refused on a jupyter session, please ensure that the permission of /tmp/orca-build folder is correct and has a right ownership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment