Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horis ci #41

Merged
merged 17 commits into from
Oct 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix readme
  • Loading branch information
IRyabov-HORIS committed Oct 11, 2019
commit 294eebd04b2e78e9e8e9beca03bcc610cb390cc9
14 changes: 4 additions & 10 deletions python-package/HOWTO_JUPYTER.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
- Jupyter must be installed in Python environment (IPython.display is required)

- set PYTHON_INCLUDE environment variable with path to python include path
- set `python_include_path` and `python_bin_path` properties in gradle.properties file.

- build project (gradle)

In terminal:
- create/activate Python environment (I use conda)
- cd to datalore-plot/python-package
- copy all JS to package data: python setup.py update_js
- install python package (egg): python setup.py install
or
- build and install wheel:
python setup.py bdist_wheel
pip install --no-index --find-links=dist/ datalore-plot
- uninstall datalore-plot with `pip uninstall datalore-plot` if needed

- run localInstallPythonPackage gradle task from python-package module (./gredlew :python-package:localInstallPythonPackage)


Start local web-server to serve our js scripts (from /datalore-plot/plot-demo/build/demoWeb/lib):
Expand Down