Juan Luis Cano Rodríguez
Juan Luis Cano Rodríguez
Found this in https://github.com/hpi-dhc/jointly/issues/10.
See also https://github.com/pbugnion/ipywidgets_server/issues/37
Try: ```diff diff --git a/ipywidgets_server/app.py b/ipywidgets_server/app.py index fb4b6e9..ae66b01 100644 --- a/ipywidgets_server/app.py +++ b/ipywidgets_server/app.py @@ -187,7 +187,8 @@ class WidgetsServer(Application): 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,...
Hi @pbugnion! I was not sure if the project was still maintained :) I am using it a lot for a freelance job so I'm pushing some updates to my...
See also https://github.com/pbugnion/ipywidgets_server/issues/37
The steps above are not enough: ``` [WidgetsServer] WARNING | Blocking request with non-local 'Host' X.X.X.X (X.X.X.X). If the notebook should be accessible at that name, set NotebookApp.allow_remote_access to disable...
Hi @robin-francois, thanks for staying on top of this. Unfortunately this is quite critical so for now I'm left with no alternative other than when2meet. It's unfortunate that dayjs has...
Did a quick test, and it worked with `Europe/Madrid` and `America/Buenos Aires`, `Europe/Amsterdam`, `Europe/London` 👍🏽 Updating the issue title
This is not specific to Python 3.6, happens to other versions of Python as well. The Cesium Sandcastle parses the CZML without complains, but in any case if there is...
Simplest way to reproduce: ``` In [13]: CZMLPacket(description="DESCRIPTION") --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 CZMLPacket(description="DESCRIPTION") ~/.miniconda36/envs/poliastro37/lib/python3.7/site-packages/czml/czml.py in __init__(self, **kwargs) 130 """Default init functionality is to load...