Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython-xblock / templates / html / ipython.html
Size: Mime:
<div class="ipython_block">
{% if is_in_studio %}
<p>Notebook URL: <a href="{{notebook_url}}">{{notebook_url}}</a></p>
{% endif %}
<iframe class="notebook" width="100%" height="700px" frameborder="0" src="{{notebook_url}}"></iframe>
</div>