Giter Site home page Giter Site logo

dashboard's Introduction

Tata Cara Menjalankan NB Ini Untuk Super Pemula

Yang udah jago, minggir dulu aja ya.

Install python dulu ya

  1. Download python for windows di link ini
  2. Pilih salah satu, misal: "Windows x86-64 executable installer"
  3. Jalankan installer python yang baru saja di download
  4. Jangan lupa ceklist PATH saat proses install
  5. Selesai

Cek python

  1. Buka command prompt
  2. Caranya: windows+R, ketik cmd, enter
  3. Pada halaman command prompt, ketik python, enter
  4. Jika muncul info seperti kurang lebih dibawah, python versi 3.7.3 berhasil di install. Lalu ketik exit(), enter

Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

Install Jupyter Notebook

  1. Lakukan installasi pada cmd yg sama dengan sebelumnya
  2. Jika python yg terinstall adalah versi 3: python3 -m pip install jupyter
  3. Jika python versi 2: python -m pip install jupyter

Menjalankan Jupyter Notebook

  1. Masih pada cmd yang sama, ketik jupyter notebook, enter
  2. Jupyter notebook akan terbuka di browser default anda
  3. Open file main.ipynb
  4. Run All

dashboard's People

Contributors

fahimmaula avatar fahimhm 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.