-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
The GUI-demo.ipynb demo isn't working. If I paste all the code into the console from the GUI-demo.ipynb window, it works, but when it opens after I click "Connect to Jupyter" from the "My Interactive Sessions" page, I get an error. It's beyond my JupyterLab skills to diagnose quickly, so maybe someone who put the tutorial together could take a look at this. Here's the error:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-1-9459b4c08997> in <module>
6 ## sex male=0 female=1
7 ## removed all NA
----> 8 penguins_df = pd.read_csv("/home/hpcadmin/jupyter_notebook_data/penguins.csv")
9 penguins_df.drop(penguins_df.columns[[0]], axis = 1, inplace = True)
10 # always look at the data
NameError: name 'pd' is not defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
