Hello, I was following this (8 months old) YouTube video about graph analytics in Snowflake with Neo4j: https://www.youtube.com/live/jBge7wk4tS4 In the notebook, some packages are installed with pip install !pip install plotly networkx --upgrade When I try to do this in my notebook, it states “pip install” isn’t supported yet. To install packages, use the package selector at the top of the page. and throws when executed File "Cell [cell1]", line 1, in <module> get_ipython().system('pip ...