Skip to content

jalmx/micro-21

Repository files navigation

Programa tarjetas electrónicas - 2021

This project is builded with Jupyter notebook in virtual env

Requirements

You should have installed:

  • Python3
  • pip3
  • venv -> sudo apt-get install python3-venv -y

Scripts

Bash:

  • install.sh: create venv, install all dependencies and launch jupyter
  • start.sh: Launch jupyter in vevn
  • clear: erase all venv, you can run install.sh after this

Python:

Activate venv then you can exec script python in folder scrips

  • change_name.py: Normalize all names
  • web.py: Generate all html from notebooks, and generate a list in index.html

To start

Run this script:

  sudo chmod u+x install.sh
  ./install.sh

Otherwise:

sudo chmod u+x start.sh
  ./start.sh

Alternative

python3 -m venv . #Initial a project with venv
source ./bin/activate  #activate virtual env
pip install notebook   # install notebook
jupyter notebook ./book # start a notebook

Content

Go to site

Softwares

More information to install Python3 virtual env

More information to install Jupyter Notebook

About

Programa tarjetas electronicas 2021 - Python Pyfirmata

Resources

Stars

Watchers

Forks

Packages

No packages published