The first Collab notebook button on the RNN page works correctly, but is only a very simple Collab notebook. The more helpful notebook is subsequently linked at the bottom of Notebook 1, but the link is broken due to its attempt to access a notebook housed within the same GDrive directory as the first notebook.
To fix it, you will need to add that Collab notebook to the same GDrive directory the first one was placed in.
Then, the first cell of the second notebook needs to include the command %pip install psychrnn to correctly install the package.
You could optionally create an additional Collab badge to access this notebook directly from the RNN page.
The first Collab notebook button on the RNN page works correctly, but is only a very simple Collab notebook. The more helpful notebook is subsequently linked at the bottom of Notebook 1, but the link is broken due to its attempt to access a notebook housed within the same GDrive directory as the first notebook.
To fix it, you will need to add that Collab notebook to the same GDrive directory the first one was placed in.
Then, the first cell of the second notebook needs to include the command
%pip install psychrnnto correctly install the package.You could optionally create an additional Collab badge to access this notebook directly from the RNN page.