Basic Question: How to use the Camply Library in Jupyter Notebook #212
Replies: 1 comment
-
Camply is first and foremost an application meant to be used from the command line. Its usage as Python library is less documented, but you can certainly use it that way too. If you're having trouble importing camply, it's likely not installed into your Python environment (kernel) running the Jupyter notebook. You can run the install command from the command line or from inside a Jupyter Cell (inside Jupyter is the one with the exclamation point): pip install camply !pip install camply Python environments are difficult when you first start out. Without knowing much about your local development environment it's hard to know exactly what's going wrong. Here's a separate article I found about installing dependencies into Jupyter: https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/. Hope this helps. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Once I import Camply, how do I use the code. I am new to Python and I am not able to run the next steps.
Code:
Import camply
Beta Was this translation helpful? Give feedback.
All reactions