Muhammad Yasirroni
Muhammad Yasirroni
Instead of only accepting `.py` files, please also accept `.ipynb` files with IPython parser/compiler to support IPython `%magics` and `!system`.
Solve #228
I don't know how to increase verbosity as said by the README. I've tested: ``` --remove-unused-variables -vvv tests/test_fib.py --remove-unused-variables -v -v -v tests/test_fib.py --remove-unused-variables -v tests/test_fib.py ``` All of them...
I'm using this commands for my workflow: ``` jupytext --set-formats ipynb,py:percent notebooks/*.ipynb # only the first time jupytext --sync notebooks/* # after i'm working ``` It works well. Sadly, there...
## 🚀 Feature Request Support windows natively. ## 🔈 Motivation Windows by default does not support make.exe. ## 🛰 Alternatives https://github.com/TezRomacH/python-package-template/issues/41
I've investigated `pyclustering` to do time series clustering using custom metric, that is `dtw`. See below for the custom `metric` and the code. The result is that `pyclustering` stuck at...
Using both `display=False` and `display=True` results in same thing.  It's just ugly that `kmeans_visualizer.show_clusters` display image two times. I would prefer user to be able to use ``` visualizer.append_clusters(clusters,...
**Is your feature request related to a problem? Please describe.** I want to do some research by trying various custom metric on time series clustering. I already digging the docs...
**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** Since we use `flake8` in pre-commit to warn user about style and use `isort`...