|
2014-09-26
, 10:49
|
|
Posts: 217 |
Thanked: 89 times |
Joined on Dec 2013
@ Indonesia, Banyuwangi
|
#52
|
|
2014-09-26
, 15:00
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#53
|
I open the Py notebook. But it says no browser runable...
What does it mean n how to run it!?
So you can open a web browser and point it to "http://127.0.0.1:8888/".
Or you can configure the $BROWSER variable by choosing one web browser, using Terminal and typing "export BROWSER=<pathname-to-web-browser>". To make this configuration automatic for :
- MeeGo Harmattan native web browser, type in Terminal :
$ echo 'export BROWSER=/usr/bin/grob' >> ~/.profile
- Fennec/Firefox from Nokia Store, type :
$ echo 'export BROWSER=/opt/fennec/lib/fennec-15.0/fennec' >> ~/.profile
- Opera Mobile, type :
$ echo 'export BROWSER=/opt/operamobile-labs/bin/operamobile-labs' >> ~/.profile
Then reboot your Nokia N9 so this configuration will take effect.
|
2014-09-29
, 10:16
|
|
Posts: 217 |
Thanked: 89 times |
Joined on Dec 2013
@ Indonesia, Banyuwangi
|
#54
|
|
2014-09-29
, 10:49
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#55
|
[HELP]
Everytime I Try %pylab inline, i always got Error message...
What I have lost!?
Please help
#N9
|
2014-09-30
, 00:55
|
|
Posts: 217 |
Thanked: 89 times |
Joined on Dec 2013
@ Indonesia, Banyuwangi
|
#56
|
PyLab = NumPy + MatPlotLib. So install NumPy and MatPlotLib. MatPlotLib will be updated in the following days and it will be easier to install (via Warehouse).
|
2014-09-30
, 01:24
|
|
Posts: 217 |
Thanked: 89 times |
Joined on Dec 2013
@ Indonesia, Banyuwangi
|
#57
|
The Following User Says Thank You to irulestar For This Useful Post: | ||
|
2014-09-30
, 19:12
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#58
|
02:32:54 MSK 2012 armv7l GNU/Linux
In [2]:
%pylab inline
...
/usr/lib/pymodules/python2.6/matplotlib/axes.py in <module>()
17 import matplotlib.colors as mcolors
18 import matplotlib.contour as mcontour
---> 19 import matplotlib.dates as _ # <-registers a date unit converter
20 from matplotlib import docstring
21 import matplotlib.font_manager as font_manager
/usr/lib/pymodules/python2.6/matplotlib/dates.py in <module>()
120 import matplotlib.ticker as ticker
121
--> 122 from dateutil.rrule import rrule, MO, TU, WE, TH, FR, SA, SU, YEARLY, \
123 MONTHLY, WEEKLY, DAILY, HOURLY, MINUTELY, SECONDLY
124 from dateutil.relativedelta import relativedelta
ImportError: No module named dateutil.rrule
In [ ]:
I get those message when i type %pylab inline
|
2016-08-16
, 13:32
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#59
|
|
2016-08-16
, 14:07
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#60
|
any Question? ask here and Follow first @irulestar