Re: [jupyter] Collisions detected

2018-08-31 Thread Matthias Bussonnier
HI Gideon You do not have to worry, it just means that some config in jupyter_notebook_config.py are ignored. You likely have: c.NotebookApp.nbserver_extension = {'jlsaticserve': True} You can likely remove this line as jlsaticserve is also set to True in the Json config file. The reason is that

[jupyter] Collisions detected

2018-08-31 Thread Gideon Simpson
I just started seeing the error on startup: Collisions detected in jupyter_notebook_config.py and jupyter_notebook_config.json config files. jupyter_notebook_config.json has higher priority: { "NotebookApp": { "nbserver_extensions": "{'jlsaticserve': True} ignored, using

[jupyter] Re: Building bleeding edge jupyterlab

2018-08-31 Thread Christian Schafmeister
Hello Steve, It is building very often and very reproducibly. Could you elaborate on "installing from a local directory is in effect a link"? I'll take a closer look at SHA sums and play with 'npm pack' to see if it gives me any indication that it wants to rebuild things. Are there any other

[jupyter] Re: Building bleeding edge jupyterlab

2018-08-31 Thread Steven Silvester
Hi Christian, Currently, installing from a local directory is in effect a link. We run `npm pack` to determine whether the extension has changed on disk. It shouldn't prompt you to rebuild unless it computes a different SHA sum, is it giving you false positives? Regards, Steve On Friday,