2019 m. balandžio 30 d., antradienis

Jupiter notebook & conda

Runing with virtualenv:

$ Let's activate virtual environment
$ python install ipykernel
$ ipython kernel install --user --name=sampleproject

# Script for running notebook `python.sh`
#!/bin/bash
gnome-terminal -e "/home/sup/anaconda3/bin/jupyter-notebook /home/sup/Documents/mashine-learnin"


Virtualios aplinkos kūrimas
$ conda create -n tensorflow1

Virtualios aplinkos atvivimas
$ activate tensorflow1

2019 m. balandžio 20 d., šeštadienis

bootstrap


Formos:
https://getbootstrap.com/docs/4.0/components/forms/

Snippets:
https://startbootstrap.com/snippets/

Bootstrap templates:
https://bootswatch.com/


12 grid layout

xs (for phones)
sm (for tablets)
md (for desktops)
lg (for large desktops)

2019 m. balandžio 17 d., trečiadienis