Skip to main content

install jupyter Notebook without anaconda, [Minimum Installation], Add python and R kernel

If you want to use jupyter notebook with python and R but don't want to install Resource consuming anaconda IDE Here is what you need. in this post i'm going to intall Python, R and Jupyter Notebook directly from your windows command prompt.

Step 1. Install Python3

Go on to the site download the latest binary and keep clicking next, next and next (Do not forget to note your installation directory for python) https://www.python.org/downloads/

Step 2. Check your python insallation by opening CMD

Open Run type "cmd" (Hit Ctrl + Shift + Enter to open in admin mode)
type "python" you will see the python interpreter (fun fact: type "import this")
type "exit()" to exit interpreter
To install jupyter notebook type python -m pip install notebook (command Requires Administrative privilege's)

you can add other library also to install like python -m pip install notebook numpy pandas matplotib seaborn

if you see error 'python' is not recognized as an internal or external command, operable program or batch file.
you can search click https://www.google.com/search?q=how+to+add+python+to+path+windows and check any site there are lots of tutorial out there

 

Step 3. Install R

go to the site https://mirror.niser.ac.in/cran/
Download R for Windows
install R for the first time.
Download R 4.x.x for Windows once Downloaded open exe file.

Don't Forget to choose  64-bit version

Step 4. Check your R insallation

Open windows command prompt type "R" you will see R interpreter 

if you see error 'R' is not recognized as an internal or external command, operable program or batch file.
you can search click https://www.google.com/search?q=how+to+add+R+to+path+windows and check any site there are lots of tutorial out there

Step 5. Add R kernel in Jupyter Notebook

In R interpreter type "install.packages('IRkernel')"

Then type "IRkernel::installspec()" you are done.
 

Step 6. Open Jupyter notebook

Now open Run type "jupyter notebook" select R kernel fron New Once new notebook starts







start programming and change the world!

Comments

Popular posts from this blog

Unlocking the Power of Seedr: Your Ultimate Torrenting Companion

Exploring Seedr - The Online Torrent Downloader Seedr is an innovative online torrent downloader that provides a convenient and secure way to download and manage torrents directly from your browser. With its user-friendly interface and powerful features, Seedr has become a popular choice for individuals who want to access torrent content quickly and easily without the need for specialized software. Seedr offers a seamless torrenting experience. All you need is a web browser and an internet connection to start using Seedr. Simply visit their website at https://www.seedr.cc/ and sign up for a free account. Once you're logged in, you can start adding torrents to Seedr by either pasting the torrent link or uploading the torrent file directly. One of the advantages of Seedr is its fast and reliable torrent downloading speed. Seedr utilizes high-speed servers to fetch torrents and allows you to stream or download the files directly from their servers. ...

The Best Astronaut Movies

Hello Friends space: It’s the final frontier, the place where no one can hear you scream, and a boundless backdrop that squashes any man’s ego. Or so we’ve been told by 10 of the best space movies ever, as determined by the semi-rigorous ranking process we’re presenting today. 1. The Martian An astronaut becomes stranded on Mars after his team assume him dead, and must rely on his ingenuity to find a way to signal to Earth that he is alive. 2. Interstellar A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival. 3. Gravity 2013 Two astronauts work together to survive after an accident which leaves them stranded in space. 4. Avatar 2009 A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home. 5. armageddon After discovering that an asteroid the size of Texas is going to impact Earth in les...