0.1.1 • Published 3 years ago
@youwol/python-playground v0.1.1
@youwol/python-playground
Python playground application
This library is part of the hybrid cloud/local ecosystem YouWol.
Links
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testCoverage can be evaluated using:
yarn test-coverageTo start the 'dev-server':
- add
CdnOverride(packageName="@youwol/python-playground", port=3012)in your YouWol configuration file (in thedispatcheslist). - start py-youwol
- then execute
yarn start
The application can be accessed here (providing py-youwol
running using the default port 2000).
To generate code's documentation:
yarn doc