Git Product home page Git Product logo

ue22-p22-web's Introduction

purpose

this repo contains a very short introduction course on the 3 Web pillars : HTML CSS and JavaScript

installation

as usual the course can be run on nbhosting; if you want to to read it locally on your computer, do the following

foreword

  • PREREQUISITES
    the instructions below assume you have installed the common stack used for the S1 courses, namely miniconda + bash + git + vs-code
  • WARNING
    note that on Windows, the installation instructions below involve the installation of some Visual-Studio components, which is a little intrusive and take a looonng time...

create a virtualenv

recommended, but optional

conda create -n web-intro python=3.9
conda activate web-intro

install Python requirements

# like always
pip install -r requirements.txt

install npm

we need npm to install the JavaScript kernel for Jupyter; there are numerous ways to install this, they all depend on your platform (see below)

in any case, once done, check your installation with

npm --version

Windows and MacOS

  • use node's native installer from https://nodejs.org/en/ - make sure to use the LTS one (long time support)
  • also make sure to click the tick box as shown below

Linux

use your platform's native package manager

  • redhat / fedora / centos

    dnf install npm
  • ubuntu / debian

    apt update
    apt install npm

install the JavaScript kernel for Jupyter

npm install -g ijavascript
ijsinstall
# On some windows environment, if this does not work, you may try: %appdata%\npm\ijsinstall

enable jupyter extensions

it is important to have the hide_input extension active

jupyter contrib nbextension install --user
jupyter nbextension enable hide_input/main

read the course

# the usual
jupyter notebook

ue22-p22-web's People

Contributors

parmentelat avatar gschwind avatar

Watchers

 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.