-
I'm trying to setup a google colabs notebook for experimenting with fleet carrier trade calculations and I was wondering how one goes about programmatically importing data from the internet. After I ran (After I get this working and a proof of concept, I'll share my work for the class :) ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You have to import the plugin at the least and call its run method with the arguments needed. Also see https://github.com/eyeonus/Trade-Dangerous/wiki/Python-Quick-Peek |
Beta Was this translation helpful? Give feedback.
Currently, I am using the following:
This is in-fact not described in the python quick peek, but is required to use the script in google colab since you can't get a shell without paying extra.
I'm working on a colab notebook for system level trade routing as a proof of concept. I'll post it after I verify the basics work.