Changes between Initial version and Version 1 of JNB_StudioDays19


Ignore:
Timestamp:
30 Apr 2019, 08:55:51 (5 years ago)
Author:
darkblueb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JNB_StudioDays19

    v1 v1  
     1Bloomberg Analytics Group hosted a **Jupyter Days** event in San Francisco, April 2019
     2
     3Review of Ubuntu 1804 Bionic install of Jupyter
     4
     5* get the chroot-build.log for a recent nightly of OSGeoLive
     6* look for references to Jupyter components
     7* check the Ubuntu Bionic packaging website for details
     8* note the Ubuntu packaging committer emails
     9
     10Contents Include:
     11jupyter-core    4.4.0
     12python3-jupyter-client    5.2.2
     13jupyter-nbextension-jupyter-js-widgets    6.0.0
     14jupyter-notebook    5.2.2
     15python-jupyter-core    4.4.0
     16jupyter-nbconvert    5.3.1
     17R language    3.4.4
     18IRKernel  (git master branch snapshot) to /usr/local/share/jupyter/kernels/ir
     19
     20Notes
     21
     22JupyterLab is approaching 1.0
     23only 53 open issues at this time
     24goal is to ship in time for SciPy 2019
     25
     26npm is required to use any JupyterLab extension
     27npm is not required for basic JupyterLab install
     28
     29ref github.com/jupyterlab/jupyterlab/releases
     30
     31commit msgs include a short hash, for some security
     32Jason and others do a build and upload to PyPi for pip users
     33
     34