Skip to content

Commit

Permalink
Quick and dirty remote access
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Nov 22, 2018
1 parent 697343f commit 836401f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipywidgets_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ def start(self):
app = tornado.web.Application(
handlers,
kernel_manager=kernel_manager,
kernel_spec_manager=kernel_spec_manager
kernel_spec_manager=kernel_spec_manager,
allow_remote_access=True,
)
app.listen(self.port)
self.log.info(f'Ipywidgets server listening on port {self.port}.')
Expand Down

0 comments on commit 836401f

Please sign in to comment.