Thank you. Do you have any suggestions for transferring my Python file and running it on the node? (With JupyterLab)
The file is already on my jupyterLab.
Thank you; that pretty much solved my problem. I also wondered how I could select the ISO (select ubuntu instead of RedHat) or even upload my preconfigured ISO file.
When I try to create a new slice, I also get the following error:
any advice?
try:
slice = fablib.new_slice(name=”MySlice”)
node = slice.add_node(name=”Node1″)
slice.submit()
except Exception as e:
print(f”Exception: {e}”)
Exception: ‘NoneType’ object has no attribute ‘resources’