Data Science path - Constellation project (Orion)

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 :wink: )

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. :slight_smile:

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