This development is powered by CONICET-Argentina, Universidad de Mendoza-Argentina and Universidad Tecnológica Narional Regional Mendoza-Argentina.
This work was born from sonoUno desktop, maintains its principles, and uses some of its libraries.
This repository contains data, in audio and graphic format, on celestial bodies. Detailed descriptions have been made in Jupyther Notebook.
-
Check if pip is installed on your Linux operating system. If not, follow these steps:
• Update packages:
sudo apt-get update
• Install pip:
sudo apt-get install python3-pip
-
install the virtual environment (if you don't have it):
sudo apt install python3-venv
-
Create a virtual environment (preferably from your computer's desktop):
• command to create it:
python3 -m venv my_env
• command to enter:
source my_env/bin/activate
-
Install inside the virtual environment: Jupyter Notebook
pip install notebook
-
Run Jupyter Notebook from the console:
jupyter notebook
-
The browser opens automatically, if not it uses the default IP
127.0.0.1:8888
orlocalhost:8888
-
We need to have python installed. If you don't have it, you can download the installer at:
-
You need to install pip on windows operating system (you can also install it from python installer)
Another way to install pip on Windows is the following:
We enter the address:
https://bootstrap.pypa.io/get-pip.py
We save the file get-pip.py . Then, we open the Windows consola (CMD) and we position ourselves in the directory where we save the .py fila. Finally, we execute:
python get-pip.py
-
Create a virtual environment (preferably from your computer's desktop):
• Open CMD and go to the folder where you want to create the virtual environment
• command to create it:
python -m venv my_env
• command to enter:
my_env\Scripts\activate
-
Install inside the virtual environment: Jupyter Notebook
pip install notebook
-
Run Jupyter Notebook from the console:
jupyter notebook
-
The browser opens automatically, if not it uses the default IP
127.0.0.1:8888
orlocalhost:8888
Go to the notebook folder to run the desired file, from Jupyter Notebook
• In order to run stars.ipynb you need to have the following libraries installed in your virtual environment:
Numpy: pip install numpy
PyGame: pip install pygame
Matplotlib: pip install matplotlib
Pandas: pip install pandas
• In order to run SDSS.ipynb you need to have the following libraries installed in your virtual environment:
Numpy: pip install numpy
Matplotlib: pip install matplotlib
Pandas: pip install pandas
All help is welcomed and needed! If you want to contribute contact us at sonounoteam@gmail.com
All people could report a problem opening an issue here on GitHub or contact us by email: sonounoteam@gmail.com