diff --git a/notebooks/HeadWidget.ipynb b/notebooks/HeadWidget.ipynb index 4b12bc8..c87bbdc 100644 --- a/notebooks/HeadWidget.ipynb +++ b/notebooks/HeadWidget.ipynb @@ -156,43 +156,10 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "30dceb75-9940-4d80-8c3a-f134748411b9", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12-07-2024 02:54:08 - DEBUG - tvbwidgets - Package is not fully installed\n", - "12-07-2024 02:54:08 - DEBUG - tvbwidgets - Version read from the internal package.json file\n", - "12-07-2024 02:54:08 - INFO - tvbwidgets - Version: 2.0.3\n", - "Using matplotlib as 2D backend.\n", - "2024-07-12 14:54:18,814 - INFO - tvb.storage.h5.encryption.data_encryption_handler - Cannot import syncrypto library.\n", - "12-07-2024 02:54:18 - INFO - tvbwidgets.core.pse.parameters - ImportError: Dask dependency is not included, so this functionality won't be available\n", - "12-07-2024 02:54:18 - INFO - tvbwidgets.core.auth - We could not find Collab Auth Token, we will search for env CLB_AUTH variable\n", - "12-07-2024 02:54:18 - INFO - tvbwidgets.core.auth - We found Collab Auth in environment!\n", - "12-07-2024 02:54:20 - WARNING - tvb_ext_bucket.ebrains_drive_wrapper - Could not connect to EBRAINS to retrieve an auth token: No module named 'clb_nb_utils'\n", - "12-07-2024 02:54:20 - INFO - tvb_ext_bucket.ebrains_drive_wrapper - Will try to use the auth token defined by environment variable CLB_AUTH...\n", - "12-07-2024 02:54:20 - INFO - tvb_ext_bucket.ebrains_drive_wrapper - Successfully retrieved the auth token from environment variable CLB_AUTH!\n", - "12-07-2024 02:54:20 - INFO - tvb_ext_bucket.ebrains_drive_wrapper - Token retrieved successfully!\n" - ] - }, - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "5083b53dcb4548f1a7307643767f3327", - "version_major": 2, - "version_minor": 0 - }, - "text/plain": [ - "HeadBrowser(children=(StorageWidget(children=(VBox(), DriveWidget(children=(Dropdown(description='Repository',…" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "from tvbwidgets.api import HeadBrowser\n", "from IPython.core.display_functions import display\n",