We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I use this wonderful tool in Python? I use the PyCharm IDE. Is there any way to download this package?
The text was updated successfully, but these errors were encountered:
You can just git pull this repo like others and use the bare.ipynb for start.
If you have not try using Python before, you may need to follow the instruction at https://github.com/cqcn1991/Wind-Speed-Analysis#how-to-use-it
Sorry, something went wrong.
How do I implement it in PyCharm? Pull this repository and then what? There seems no way to pull this.
PyCharm is just an editor for code, same as Jupyter. You can just import related code from barebone_fitter.ipynb.
barebone_fitter.ipynb
However, this project is not created into a Python packages, if you want to used in your .py, then you may need to do some package yourself.
.py
No branches or pull requests
How do I use this wonderful tool in Python? I use the PyCharm IDE. Is there any way to download this package?
The text was updated successfully, but these errors were encountered: