Skip to content

cdeln/pylabenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLabEnv

A small package that defines commonly used numerical functions and data structures for scientifc computing. Created to simulate something that feels like a Matlab-like environment in Python. Goes well together with the Spyder IDE.

Installation

  • make
  • make install

Usage

In a script

from pylabenv import *

Interactively

In a terminal, run pylab or python -i -c "from pylabenv import *"

Common problems

If you get problems with Qt, then try to uninstall libqt5x11extras5 ss shown in this thread

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published