Did you created Space for your graph ? If not, cre...
# nebula
g
Did you created Space for your graph ? If not, create new space and try again
z
Hi Goran, thank you for your response. Could you provide some instructions for how to access NebulaGraph’s console? I started the NebulaGraph cluster via NebulaGraph Lite in Google Colab. Thank you!
g
use existing jupiter notebook to execute commands, as you will within console like in example on github page
Copy code
%ngql --address 127.0.0.1 --port 9669 --user root --password nebula
%ngql SHOW SPACES;
%ngql CREATE SPACE your_space_name;