Add lib to pybytes/pymakr online
-
Is there a way to add a library to the lib folder in pybytes/pymakr online?
-
You can right-click on the device name to create file or folder. Next to that, you can use
os.mkdir(...)
to create a folder as well from the terminal, and/oropen('lib/file.py', 'wb')
to create a file
At the moment, is not possible to automatically create the pytrack/pysense libraries in pymakr online.