Skip to content

jupyter: Installing and testing required eggs

Iliya Manolov requested to merge Thetechguy/slapos:jupyter_restricted into master

Moved to https://lab.nexedi.com/nexedi/slapos/merge_requests/222

@Tyagov @luke

Me and @Tyagov decided to split this task in two. This MR just deals with installing and testing the required eggs.

Old description:

The goal of this MR is to specify a complete and exact list of modules that should be available to Jupyter users and to disable all the other ones. To accomplish this we have to:

Currently the list of modules looks like this:

  • scipy
  • matplotlib
  • sklearn
  • math
  • keras (only for GPU-enabled servers, has its own Wendelin software release)
  • statsmodels
  • sympy
  • functools
  • pylab
  • openpyxl
  • pandas
  • numpy
  • datetime
  • wendelin.bigarray.array_zodb

The modules tagged (questionable) should be discussed.

*Update: Removed pickle, zipfile and ftplib from the list.

Merge request reports