Supporting code for Digital Instrumentation class at Universidade Nova de Lisboa.
- Anaconda (choose python 3);
- Supporting code.
Copy the support code to C:\Users\[username]\Anaconda\Lib\
directory and rename to guarantee that the directory is called novainstrumentation
.
In macOS: \Users\[username]\Anaconda\Lib\
.
Make sure that the following code line works in ipython
:
import novainstrumentation
If no error appears you have successfully installed the needed tools for a scientific python environment.
If introlab.py raises ImportError: No module named '_tkinter', please install the python3-tk package
while on ubuntu, run the following code in terminal:
sudo apt-get install python3-tk