1. Fablib can not list resources via jupyterhub

Fablib can not list resources via jupyterhub

Home Forums FABRIC General Questions and Discussion Fablib can not list resources via jupyterhub

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6796
    Khawar Shehzad
    Participant

      Hi,

      I am trying to list site resources using the following code snippet

      try:
      fablib.list_sites()
      except Exception as e:
      print(f”Exception: {e}”)

      but it throws error : ” Exception: unconverted data remains: +0000 ”

      detailed error is given below

      To recreate on your end, I’m following the example notebook list_selected_resources.ipynb under jupyter-examples-rel1.6.1/fablib_api/sites_and_resources/

      Note: I had previously been using jupyter notebook to list and create my own slices

      Thanks,
      Khawar

      #6801
      Komal Thareja
      Participant

        Hello Khawar,

        Could you please check if you have any entries for fabrictestbed-extensions in /home/fabric/work/fabric_config/requirements.txt ? If so, please remove those entries and restart your container via File -> Hub Control Panel -> Stop My container followed by Start My Container.

        This should clear the issue. Please let us know if the problem persists.

        Thanks,

        Komal

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