Ogaday

Results 6 comments of Ogaday

I'd like to experiment with Markov Chain based text generation too! I've always been quite interested in it. I'll aim for something quite conservative and achievable to start off with,...

A couple of things that I found interesting relating to enumerating all possible books. * [The Library of Babel](https://libraryofbabel.info/) * [PCG Party Tricks](http://www.pcg-random.org/party-tricks.html#)

I have exactly the same issue. It's very disheartening to not even be able to complete the quickstart :(

Recreating this without anaconda-project, however, seems to lead to the same issues for me, so it is probably an issue with the way my environment is playing with Bokeh rather...

Using the code in [testapp.py](https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#updating-from-threads) from the bokeh server guide as main.py, it works fine with following commands: ```bash mkdir test_proj cd test_proj # main.py is testapp.py from https://bokeh.pydata.org/en/latest/docs/user_guide/server.html#updating-from-threads anaconda-project...

I'd prefer to have an additional option in the API/UI describing how to render the flow description rather than inline tags in the docstring. That way we can check a...