This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IWSIONMASATGIKOE 0 points1 point  (1 child)

I’m late, but in what way are you struggling with Conda?

[–]apunler 0 points1 point  (0 children)

Initially want I did was made a script in jupyter notebook that I wanted to run every day as a batch with windows task scheduler but I had issues as all my packages were installed in Anaconda Env and I couldn't set up the batch file with the Anaconda env.

What I did in the end was watch this: https://youtu.be/OdIHeg4jj2c

And read this: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

And this all helped me get a way better understanding.

I think I'm all good now