I am setting up a JupyterHub server and I would like to be able to do the following three things:
I am able to get either JupyterLab Real-Time collaboration (#1) and Jupyter Scheduler (#2) working together without the input code being hidden (#3), or I can get JupyterLab Real-Time collaboration (#1) working with the input code being hidden by the generated HTML (#3) but this seems to break the job scheduler.
Is there any way to get all three of these features working at the same time? Is there some other package or extension I can use to do this?
Had to use a bit of a work-around but got everything set up in the end using the following workflow: