Changes between Version 8 and Version 9 of Software/Jupyter


Ignore:
Timestamp:
10/13/17 08:12:06 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v8 v9  
    7373* [https://github.com/jupyterhub/jupyterhub/blob/master/share/jupyter/hub/templates/home.html home.html]
    7474  * provides "block main" and "block script" required by [https://github.com/jupyterhub/jupyterhub/blob/master/share/jupyter/hub/templates/page.html page.html]
     75  * distinguages between "user.running" and "not user.running"
     76  * uses button class btn-danger and btn-success from [http://getbootstrap.com/docs/4.0/components/buttons/ bootstrap buttons]
    7577  * "block script" includes !JavaScript file [https://github.com/jupyterhub/jupyterhub/blob/master/share/jupyter/hub/static/js/home.js home.js]
    7678    * implements function if stop-button is clicked
    7779      * for communication back to the server the JupyterHubAPI in [https://github.com/jupyterhub/jupyterhub/blob/master/share/jupyter/hub/static/js/jhapi.js jhapi.js] is defined
    7880        * jhapi.js uses [https://jquery.com/ jquery.js] for ajax-functionality (send/recive commands between client/server)
    79   * distinguages between "user.running" and "not user.running"
    80   * uses button class btn-danger and btn-success from [http://getbootstrap.com/docs/4.0/components/buttons/ bootstrap buttons]
     81
    8182
    8283----