Giter VIP home page Giter VIP logo

Comments (6)

jakevdp avatar jakevdp commented on May 2, 2024

I can echo many of these issues, though I was able to get the web server going.

I cloned the master version of Bokeh and ran python setup.py develop using the most recent Anaconda CE install. I began following the instructions in the README, and have not been able to get any plots to show up.

  1. I had to manually download bokeh/server/static/js/application.js from the link listed in the setup.py file. Is that supposed to be downloaded automatically?
  2. I also get the AttributeError: 'NoneType' object has no attribute 'typename' error when running the tests & examples.
  3. other scripts run without complaining, but the only thing that appears in the web browser or the notebook is the word "Plots". I'm running Chrome v. 25, so I don't think it's an issue with HTML5 compatibility.

Any help would be appreciated

from bokeh.

pzwang avatar pzwang commented on May 2, 2024

Hey guys,

We're working on improving the docs & build process for both BokehJS and Bokeh now that the "March madness" of three concurrent conferences is over.

I'm assigning this ticket to Hugo, to address the specific questions regarding installation.

from bokeh.

hhuuggoo avatar hhuuggoo commented on May 2, 2024

so first of all - thanks for this! I'm working on taking care of all of these now

from bokeh.

hhuuggoo avatar hhuuggoo commented on May 2, 2024

So - I think these issues are now all taken care of..there may be still be some undocumented dependencies, but we have another issue on that, and it should be taken care of shortly. Let me know what you think. I switched the js downloading from using requests github to s3, that should resolve some requests/ssl issues people were seeing on OS X.

from bokeh.

tree-wizard avatar tree-wizard commented on May 2, 2024

I went through the installation and it worked really well but I would put a link to the continuumweb repo because at first I got an could not import continuumweb and had to search google.

Most of the examples work well but running glyph2.py and prim.py give me::

Traceback (most recent call last):
File "prim.py", line 53, in
make_plot('annular_wedge', AnnularWedge(x="x", y="y", inner_radius=0.2, outer_radius=0.5, start_angle=0.8, end_angle=3.8))
File "prim.py", line 48, in make_plot
sess.use_doc(name)
File "/home/xavier/anaconda/lib/python2.7/site-packages/bokeh/session.py", line 497, in use_doc
self.make_doc(name)
File "/home/xavier/anaconda/lib/python2.7/site-packages/bokeh/session.py", line 479, in make_doc
self.userinfo = utils.get_json(response)
File "/home/xavier/anaconda/lib/python2.7/site-packages/bokeh/utils.py", line 10, in get_json
return request.json()
File "/home/xavier/anaconda/lib/python2.7/site-packages/requests/models.py", line 638, in json
return json.loads(self.text or self.content, **kwargs)
File "/home/xavier/anaconda/lib/python2.7/json/init.py", line 338, in loads
return _default_decoder.decode(s)
File "/home/xavier/anaconda/lib/python2.7/json/decoder.py", line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/home/xavier/anaconda/lib/python2.7/json/decoder.py", line 383, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

from bokeh.

bryevdv avatar bryevdv commented on May 2, 2024

Docs have been vastly expanded and several iterations of new users experiences have been incorporated in the dev instructions for the latest release.

from bokeh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.