Skip to content
Snippets Groups Projects
Commit 6b737787 authored by JupyterHub User's avatar JupyterHub User
Browse files

started with input parameters of tlm

parent bbe45d6d
Branches
No related tags found
No related merge requests found
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
No preview for this file type
No preview for this file type
%% Cell type:code id:3fbbf37d-71c5-4983-a269-7f9e6eefffed tags:
``` python
import measurements
from measurements import *
```
%% Output
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_1477/2072819345.py in <module>
----> 1 import measurements
~/cst/labcode/hp4155/measurements.py in <module>
1 # this is a python file that minimizes the amount of code seen to the user
2
----> 3 import module
4 import matplotlib.pyplot as plt
5 import pandas as pd
~/cst/labcode/hp4155/module.py in <module>
----> 1 import pyvisa
2
3 class HP4155a(object):
4
5 def __init__(self,adress):
ModuleNotFoundError: No module named 'pyvisa'
%% Cell type:code id:2a95ef19-d0a7-40d7-9c83-cfd3e129074c tags:
``` python
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment