Hi all
I finished few days ago the project Constellations from the Data Science path, trying to push further than the initial guidelines.
You can have a look on Github, unfortunately you cannot enjoy the 3D visualization on Github so feel free to download the project and open the notebook to display the constellations (and improve my the code hehe
)
Cheers
1 Like
Neat!
Though, Iām confused as to why the 3-d viz isnāt availableā¦
Rather than asking ppl to download your notebook you could re-create this notebook in Google Colab and ppl wouldnāt have to download anything. Just something to consider. 
1 Like
Thanks for the tip lisalisaj, Iāll check what I can do with Google Colab!
Edit:
@lisalisaj I checked Google colabā. However it seems that it does not support ā%matplotlib notebookā to open an interactive window (which displays the 3D plot)ā¦
I thought that I was doing it wrong but I found few discussions about it, with this conclusion.
I may of course still miss something here, so Iāll continue to look for a solution!
2 Likes
Sorry to multiply posts, I donāt manage to edit the first one of the thread.
Here is a snapshot of possible visualizations
Hm, I guess I forgot about that rotation part. I didnāt do that in my notebook.
And, youāre right: Colab doesnāt support %matplolib notebook
. It only supports %matplotlib inline
.
For reference:
https://github.com/googlecolab/colabtools/issues/616#issuecomment-506829877
and,
https://stackoverflow.com/questions/64185216/how-can-i-make-a-matplotlib-plot-in-google-colab-interactive/64317977
edit: update
I created it in Jupyter too and did the rotation part. My thoughts: Eh. Not impressive. lol. A 3-d static image is fine by meā¦
2 Likes
Also, I wanted to say that I think itās cool that you went beyond the initial scope of whatās asked in the project.
Happy coding!
3 Likes