Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Issues
  • #71

Closed
Open
Created Jun 19, 2019 by Christian Eichenberger@christian_eichenberger🏸Owner2 of 2 tasks completed2/2 tasks

One-click installer+runner for notebooks Windows/Linux

Equivalent of setup in tox.ini for Windows+Linux

deps =
    -r{toxinidir}/requirements_dev.txt
    -r{toxinidir}/requirements_continuous_integration.txt
commands =
; run tests from subfolder to ensure that resources are accessed via resources and not via relative paths
    sh -c 'jupyter nbextension install --py --sys-prefix widgetsnbextension'
    sh -c 'jupyter nbextension enable --py --sys-prefix widgetsnbextension'
    sh -c 'jupyter nbextension install --py --sys-prefix jpy_canvas'
    sh -c 'jupyter nbextension enable --py --sys-prefix jpy_canvas'
    sh -c 'jupyter notebook'
  • Scripts for Windows and Linx: virtualenv if does not exist + steps above (use virtualenv or --user not to require adminstration rights)
  • Add reference in documentation
Edited Jun 20, 2019 by Christian Eichenberger
Assignee
Assign to
Time tracking