stonebig
stonebig
I don't know what is your design limitation, example of typical wish: ```` -- SQLite Memo (Demo = click on green "->" and "@" icons) -- to CREATE a table...
in http://www.pyflux.com/metropolis-hastings/ ``` import numpy as np import pyflux as pf try: from pandas.io.data import DataReader except: from pandas_datareader.data import DataReader from datetime import datetime import matplotlib.pyplot as plt import...
I don't see wheels for PyPy on pypi, for windows, so I suppose it's maybe not yet compatible ?
I rarely get the proper widget: - either it's the buttons on the left during 1/10 of a second, then the drawing only, - either it's the reverrse (see below)...
https://github.com/numba/numba-scipy/blob/master/setup.py#L5
from __future__ must be first line of the notebook, otherrwise Python-3 is not happy ```` # Let's begin by importing some libraries we'll need from __future__ import print_function # So...
as Windows-10 didn't like character '\u2295'
**What's the problem this feature will solve?** In the context of building a Python Distrubution, I suffer a lot to understand and manage dependancies and version contraints. Recently, I fell...
works as advertised, and now on python3 too
maybe it's impossible...