Hi Jan, > Is it allowed in any way to set up a JupyterHub deployment for commercial use?
Yes, there are already plenty. What you cannot due if use the Jupyter trademark in a way that indicate that we support you, or might confuse user as to whether you are affiliated with Jupyter. Basically, you'll need to remove the Jupyter branding if you do heavy modifications. See https://github.com/jupyter/governance/blob/master/trademarks.md > Is it possible to incorporate a Jupyter notebook in a GUI? Yes, – but do you mean a web-gui or a native (qt/wx?), the first one should be easy, the second one you will likely need to embed a web view. > Is it possible to extract analytics from how a user interacts in realtime with a Jupyter notebook? I'm not aware of any plugin that does that out of the box, but sure. All the code is BSD so you are free to modify it to your liking and redistribute it. -- Matthias On Thu, 14 Feb 2019 at 07:03, Jan <[email protected]> wrote: > Hi everyone, > > I have a few questions about Jupyter and JupyterHub: > - Is it allowed in any way to set up a JupyterHub deployment for > commercial use? > - Is it possible to incorporate a Jupyter notebook in a GUI? > - Is it possible to extract analytics from how a user interacts in > realtime with a Jupyter notebook? > > Looking forward to the feedback. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/2a5dc679-009b-4d6e-bd85-78b5bbeddc60%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/2a5dc679-009b-4d6e-bd85-78b5bbeddc60%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusV1HVnneaYU-jPPzkeJh2eoZHjWCdZqHAMU8%2BRBbmUz3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
