Posts

Getting Started with Jupyter Notebook

Image
Getting Started with Jupyter Notebook Welcome Readers, In this post I'll be introducing you to the Jupyter Notebook. Jupyter Notebook is an application which can be opened in any modern browsers like Google Chrome, Mozilla Firefox, Microsoft Edge. In the last post I showed you how to install Jupyter Notebook. Launching Jupyter Notebook To launch Jupyter Notebook, go the any folder you want to save your Jupyter Notebook (AKA ipython notebook), open command prompt or terminal window there and type Jupyter Notebook and hit 'Enter' button. Command Prompt in Windows showing "jupyter notebook" command After hitting 'Enter' your default web browser will open with the Jupyter Notebook Index Page or the First tab. It'll look like this, Jupyter Notebook index page This page will be blank if you have opened Jupyter Notebook in the Empty Folder. To open new Jupyter Notebook(ipython notebook), click on 'new' button on upper rig...

Installing Python And Jupyter Notebook

Image
Installing Python And Jupyter Notebook Welcome Readers, In this post I'll be showing you how to install Python and Jupyter Notebook. Installing Python Before installing Python, user needs to check whether Python is installed in his/her machine or not. In Windows OS, open command prompt. In Linux or macOS, open Terminal. Type 'python3' If Python3 is installed it with show something like this screenshot and user can jump directly on the install Jupyter Notebook. Note that most of the latest Linux distros comes with pre-installed Python2 and Python3. -terminal in Ubuntu 16.04- Otherwise user will get an error. If you do not have installed Python3 in the machine, go to the https://www.python.org/  and from download section download the Python package as per your OS and machine architecture. Just remember to tick add to path in the first step of Python installer window. remember to check 'add to PATH' Complete all t...

Introduction To Python

Introduction To Python Welcome readers, It is always good to know any programming language. It boosts up any ones career profile. Here in my blog I'll introduce you to a very famous programming language, Python. Whether you are new to programming language field or an experienced player, it is always good to get your hands on Python. Python is one of the most favorite languages. It has quite good reasons to be in that list. Python is very easy language to learn. It also has good user readability syntaxes. Programming in Python is just like programming in English. So, Let's get started.... <Do share my blog>