- This topic has 16 replies, 4 voices, and was last updated 2 years, 5 months ago by .
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Can’t make first slice using Portal interface
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’
Hi Nick,
Thank you for your feedback and suggestions! Portal has updated “Experiments -> My Slices” page as below for users’ easier access to portal slice builder. Two buttons “Create Slice in Portal” and “Create Slice in JupyterHub” are added on the top.
For users that don’t have a slice yet:
For users who have slices:
I’m updated the guide article accordingly as well. Please do not hesitate to let us know any other issues you encountered. Thanks again for your time and help!
Yaxue