Philippe Entzmann

Results 27 comments of Philippe Entzmann

So if I get it right, the preferred install method for Linux dev is using Python 2.7 ant NOT Python3 ?

+1 for the nuxt integration ! Not convinced about tailwind. What are the benefits over vuetify ?

Does this feature mean papermill will be able to **execute** the notebook on an existing jupyter instance on another host ?

Same issue when using PUBLISH to a websocket SUBSCRIBEd channel : seg fault I was using Chromium 13.0.782.215 on Ubuntu 11.04 64bits

Websocket requests are serial. So you should always get your answers in the exact order of your calls. Feel happy if you get your 3 websocket messages ! When I...

What is the expected output of `./websocket -v` ? When I run, it hangs without displaying anything : ``` $ ./websocket -v ``` When I run, it without webdis I...

websocket not working is turning to a big issue for me :-/ We have to use an old Chrome version (18) on windows to make it work and it is...

I managed to access the S3 content from my notebook with the s3fs module : ```python s3 = s3fs.S3FileSystem( key = os.environ['JUPYTERLAB_S3_ACCESS_KEY_ID'], secret = os.environ['JUPYTERLAB_S3_SECRET_ACCESS_KEY'], anon = False, client_kwargs =...

It's working (folder and file creation) this issue should be closed