My intention is to implement a web application with Jupyter Notebook, which 
will start by clicking a link on some page.
To start with this I need clarifications from the experts:

- is it possible to run the code in Jupyter Notebook immediately after 
connection. Say, when the user clicks a link, then Jupyter Notebook is 
opened in new tab and immediately shows the result.

- is it possible to put matplotlib drawing (which shows the results) at the 
top of the notebook? Thus, after immediate execution the users will see the 
top part of the screen with the results and they should not care about the 
rest of the screen with Python code.

- is it possible to make Python code invisible for users and leave only 
drawing (after releasing the notebook into production for the users)?

- is it possible to create GUI for Jupyter Notebook (buttons, maybe 
sliders, readback fields)? What can be used for this?

Thanks,
Evgeniy

-- 
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/cb3889d0-ec40-4310-9e56-2ad5eeb35929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to