@@ -88,6 +88,7 @@ set_visualize_provider(InlineProvider())
8888 - we can't re-use previously published versions, but the visualization code is likely to remain unchanged, and our
8989 NPM package isn't really directly accessed by users, and it's used by all our different language packages, so publish this first
9090 - to publish:
91+ - start ubuntu window
9192 - npm login
9293 - it will ask for our email, which for us is the @outlook.com email, then it will ask for the "one-time password from your authenticator app"
9394 which is a confusing way to say that it has emailed us a code.
@@ -167,13 +168,11 @@ set_visualize_provider(InlineProvider())
167168- test the conda-forge release locally since colab doesn't seem to allow libebm.so to be loadable from conda:
168169 - ? Is there any way to install and run the conda package in a cloud notebook so that we can test the NPM inline js package?
169170 - open anaconda console window
170- - conda env list # see the list of existing environments
171- - conda create --yes --name interpret_N python=3.9
172- - conda activate interpret_N
173- - conda install --yes -c conda-forge interpret
171+ - conda env remove --name interpret_conda && conda create --yes --name interpret_conda python=3.10 && conda activate interpret_conda
172+ - conda install --yes -c conda-forge interpret-core psutil ipykernel ipython plotly lime SALib shap dill dash dash-core-components dash-html-components dash-table dash_cytoscape gevent requests
174173 - cd <REPO_ROOT>
175174 - cd examples/python
176- - pip install --yes jupyter
175+ - pip install jupyter
177176 - jupyter notebook
178177 - open all the example notebooks, run them, and check the visualizations
179178 - clear all outputs on all notebooks
@@ -190,7 +189,7 @@ set_visualize_provider(InlineProvider())
190189 - in an otherwise empty directory that only contains the 4 files (interpret bdist, interpret-core bdist, interpret sdist, interpret-core sdist), run
191190 - twine upload interpret*
192191 - fill in the username/password
193- - verify PyPI upload at:
192+ - verify PyPI upload at:
194193 https://pypi.org/project/interpret-core/#files
195194 https://pypi.org/project/interpret/#files
196195
0 commit comments