Thanks, i will remember that.
Unfortunately, when i tried to verify the installation, i couldn’t exchange output_file with output_network. I got the error in the Python Shell:
root_url should end with a /, adding one
Using saved session configuration for test.html
To override, pass ‘load_from_config=False’ to Session
Traceback (most recent call last):
File “/home/pi/Desktop/FirstBokehTest.py”, line 2, in
output_notebook(“test.html”)
File “/usr/local/lib/python3.4/dist-packages/bokeh/io.py”, line 133, in output_notebook
url=url, docname=docname, session=session, name=name
File “/usr/local/lib/python3.4/dist-packages/bokeh/state.py”, line 182, in output_notebook
self.output_server(docname, url=url, session=session, name=name)
File “/usr/local/lib/python3.4/dist-packages/bokeh/state.py”, line 222, in output_server
self._session.use_doc(docname)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 455, in use_doc
self.docid = self.find_doc(name)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 418, in find_doc
docs = self.userinfo.get(‘docs’)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 373, in userinfo
self._userinfo = self.get_json(url)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 351, in get_json
return self.execute_json(‘get’, url, headers=headers, **kwargs)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 334, in execute_json
resp = self.execute(method, url, headers=headers, **kwargs)
File “/usr/local/lib/python3.4/dist-packages/bokeh/session.py”, line 316, in execute
resp = func(url, headers=headers, **kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 469, in get
return self.request(‘GET’, url, **kwargs)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 443, in request
prep = self.prepare_request(req)
File “/usr/lib/python3/dist-packages/requests/sessions.py”, line 374, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
File “/usr/lib/python3/dist-packages/requests/models.py”, line 304, in prepare
self.prepare_url(url, params)
File “/usr/lib/python3/dist-packages/requests/models.py”, line 358, in prepare_url
“Perhaps you meant http://{0}?”.format(url))
requests.exceptions.MissingSchema: Invalid URL ‘test.html/bokeh/userinfo/’: No schema supplied. Perhaps you meant http://test.html/bokeh/userinfo/?
It seems to me like it is related to the IPython?
···
Den fredag den 6. november 2015 kl. 17.13.30 UTC+1 skrev Bryan Van de ven:
Awesome! If you make something cool that you can also share we’d love to tweet about it or show it on the YouTube channel!
Bryan
On Nov 6, 2015, at 9:42 AM, Thomas T [email protected] wrote:
The exact commands used was
pip3 install bokeh
apt-get install python.dev
Den fredag den 6. november 2015 kl. 16.38.58 UTC+1 skrev Thomas T:
Thanks a lot for your answers! I appreciated your help.
I am new to Linux, but i succeeded by installing python-dev package on apt-get
After that i installed booked for Python 3 by using pip3 install bokeh
I have just tested the verification of Bokeh and it seems to work in stand alone
-Thomas
Den torsdag den 5. november 2015 kl. 16.29.18 UTC+1 skrev Ignas Brašiškis:
Search for python-dev package on apt-get
2015 lapkr. 5 05:27 popiet [email protected] rašė:
Hello
I have issues on installing Bokeh on Raspberry Pi2 Raspbian Jessie OS.
I have tried the command “pip install bokeh” but it gives an error saying:
pandas/index.c:4:20: fatal error: Python.h: No such file or directory
#include “Python.h”
^
compilation terminated.
error: command ‘arm-linux-gnueabihf-gcc’ failed with exit status 1
Cleaning up…
Command /usr/bin/python -c “import setuptools, tokenize;file=‘/tmp/pip-build-wE7mgl/pandas/setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(file).read().replace(‘\r\n’, ‘\n’), file, ‘exec’))” install --record /tmp/pip-L_IcN6-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-wE7mgl/pandas
Storing debug log for failure in /root/.pip/pip.log
root@raspberrypi:~#
BR
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/82f7b497-1fc7-48a2-bc91-84746310d2c6%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/156aa3b0-f92e-4e5d-9a6d-370a63076dbf%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.