File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1111 @echo " remove - remove the package (local user)"
1212 @echo " sremove - remove the package (system with sudo)"
1313 @echo " clean - remove any temporary files"
14-
14+ @echo " notebook - launch ipython notebook "
1515build :
1616 $(PYTHON ) setup.py build
1717
@@ -30,10 +30,9 @@ sremove :
3030 $(PYTHON ) setup.py install --record files.txt
3131 tr ' \n' ' \0' < files.txt | sudo xargs -0 rm -f --
3232 rm files.txt
33-
33+
3434clean :
3535 $(PYTHON ) setup.py clean
36-
36+
3737notebook :
3838 ipython notebook --matplotlib=inline --notebook-dir=examples/
39-
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Note that for easier access the module is name ot instead of pot.
3737The examples folder contain several examples and use case for the library. Here is a list of the Python notebook if you want a quick look.
3838
3939* [ 1D optimal transport] ( examples/Demo_1D_OT.ipynb )
40-
40+ * [ 2D optimal transport on empirical distributions ] ( examples/demo_OTDA_2D.py )
4141
4242## Acknowledgements
4343
You can’t perform that action at this time.
0 commit comments