Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

libpython-clj Examples

Usage

scripts/get-data.sh
python3.6 -m pip install tensorflow keras matplotlib --user

Then, potentially check that everything is installed. From python console:

Python 3.6.7 (default, Oct 22 2018, 11:32:17)
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keras
Using TensorFlow backend.
>>>

Examples

  • walkthrough - Simple, quick exploration of libpython features.
  • keras-simple - Keras example taken from here.
  • matplotlib - Quick demo of matplotlib, numpy including zero-copy pathways.

Virtual Environments

This was lightly tested with python3 -m venv venv. Simply activate the virtual environment in the same console before you launch the repl and things should work fine assuming the base python executable versions line up. Again, see readme if they do not in order to override the version loaded.