Code Monkey home page Code Monkey logo

python_for_data_science's Introduction

Analytics and Data Science Specialization (Universidad de Antioquia) - Python Introductory Course

Environment Configuration

We are going to use the open-source Anaconda ecosystem for working with Python and Jupyter Notebook.

Thus, go to Anaconda Individual Edition page, and search for the Anaconda Installers section. Once there, choose the installer according to your operating system and machine specifications.

These are the most common selections:

Download it and perform the installation process.

Check your Installation

Windows

Click Start, search, or select Anaconda Prompt from the menu:

Open it, and then type conda --version.

You should see the anaconda version installed appear. For example:

You can also type conda info to see more information, including the Python version installed.

Mac

Open a terminal and type either conda --version or conda info.


For both Windows and Mac, you should also be able to open the Anaconda Navigator panel, from your system search bar:


Linux

After completing the installation, close your terminal and open a new one. Then, you should be able to init Jupyter Notebook by typing jupyter notebook. If you see something like this, everything is OK:

Otherwise, if you get the message “jupyter: command not found”: run export PATH=$PATH:/root/anaconda3/bin (you should verify where you actually installed anaconda, however, this is the default path). Then, type again jupyter notebook.

If at this point you get the message "Running as root is not recommended. Use --allow-root to bypass.", execute jupyter notebook --allow-root.


Acknowledgments

Some material presented here was extracted and adapted from:

python_for_data_science's People

Contributors

kevinmaiden7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.