-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website for the v0.1 release #576
Conversation
Merged build finished. Test PASSed. |
Test PASSed. |
site/Gemfile.lock
Outdated
@@ -0,0 +1,57 @@ | |||
GEM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to add this file to .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks!
observations.append(simulator.step.remote(0)) | ||
{% endhighlight %} | ||
|
||
Each call to simulator.step.remote generates a task that is scheduled on the actor. These tasks mutate the state of the simulator object, and they are executed one at a time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case you have a chance to experiment with this, @kou made https://github.com/red-data-tools/jekyll-jupyter-notebook to enable embedding Jupyter notebooks in blog posts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks really cool. I don't think that's what we want for this post, but could definitely come in handy at some point!
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
No description provided.