Skip to content
Snippets Groups Projects
Forked from rc / bc_uab_jupyterlab
2 commits ahead of the upstream repository.
view.html.erb 268 B
<form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
  <input type="hidden" name="password" value="<%= password %>">
  <button class="btn btn-primary" type="submit">
    <i class="fas fa-eye"></i> Connect to JupyterLab
  </button>
</form>