Oh - ok - that makes sense that local directories should be considered 
"live".

How does it work though?  The jupyterlab application comes up instantly 
when I connect the browser - and then it builds jupyterlab and loads it 
again?


On Saturday, September 1, 2018 at 8:41:23 AM UTC-4, Steven Silvester wrote:
>
> We treat an install of a local directory as "live" in that its contents 
> might change at any time.  It is not a true link in the "npm link" sense 
> because "npm link" prevents deduping of dependencies, something that is 
> required for JupyterLab's dependency injection system.  As for the tar sum, 
> here is the function we are using in jlab to compute it, since the hash of 
> the tarball itself is unstable: 
> https://github.com/jupyterlab/jupyterlab/blob/3201e4714ae85f3c21f0218261826595d55af518/jupyterlab/commands.py#L1550
>
>
> Regards, 
>
> Steve
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/71865e0f-4163-4018-a9b0-079d485caf53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to