nbstata
nbstata copied to clipboard
Request: conda-forge package
trafficstars
I wonder if you'd consider publishing an nbstata conda-forge package? Noting that the installation instructions already recommend using conda for jupyterlab, at the moment if I'm installing nbstata into a fresh conda environment I have to either:
- Manually install all the dependencies from conda, then
pip install nbstata; or - Just
pip install nbstataand have a bunch of dependencies that conda doesn't manage.
Thanks in advance!
It's been on my list. I tried initially, using nbdev's utility for doing so, but hit a snag: https://forums.fast.ai/t/nbdev-conda-error/103698?u=hugetim I'll give it a fresh try when I get some time, maybe next month.