Skip to content

Instantly share code, notes, and snippets.

@tonyfast
Last active September 9, 2019 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyfast/9e3cfe8eba1a9badeb10399caf68f76b to your computer and use it in GitHub Desktop.
Save tonyfast/9e3cfe8eba1a9badeb10399caf68f76b to your computer and use it in GitHub Desktop.
voila the heck out of everything
c.ServerProxy.servers = {
str(object): {'command': ['voila', str(object), '--port', '{port}']}
for object in __import__('pathlib').Path().glob('*.ipynb')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment