/pyenv-prototype

Bundle Jupyter Notebook

Primary LanguageHTML

Instruction

Binary

Build application from source

Prepare python environment

You have to create python environent that corresponds to your machine and put it into "env-" prefix folder (env-win32, env-darwin, env-linux).

  • Download environment packs at the link.
  • Or create by yourself with conda-pack to pack conda environment.

Build

  • Windows: npm run package-windows
  • Mac: npm run package-macos
  • Ubuntu: npm run package-linux