1. Can’t make first slice using Portal interface

Can’t make first slice using Portal interface

Home Forums FABRIC General Questions and Discussion Can’t make first slice using Portal interface

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #2139
    Arash SARABI
    Participant

      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’

      #2157
      Yaxue Guo
      Keymaster

        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:

        My Slices page when the user doesn't have a slice

        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

      Viewing 2 posts - 16 through 17 (of 17 total)
      • You must be logged in to reply to this topic.