Skip to content

Commit

Permalink
[MRG] Add more loading messages (#924)
Browse files Browse the repository at this point in the history
[MRG] Add more loading messages
  • Loading branch information
choldgraf committed Aug 11, 2019
2 parents 4ee8e8f + 3848007 commit f565958
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions binderhub/static/js/src/loading.js
@@ -1,12 +1,16 @@
// Cycle through helpful messages on the loading page
const help_messages = [
'New to Binder? Check out the <a target="_blank" href="https://mybinder.readthedocs.io/en/latest/">Binder Documentation</a> for more information',
'If a Binder takes a long time to launch, it is usually because Binder needs to pull the environment onto a computer for the first time',
'The tool that powers this page is called <a target="_blank" href="https://binderhub.readthedocs.io">BinderHub</a>. It is an open source tool that anybody can deploy',
'The Binder team has <a target="_blank" href="https://mybinder-sre.readthedocs.io/en/latest/">a site reliability guide </a> that talks about what it is like to run a BinderHub',
'You can connect with the Binder community in the <a target="_blank" href="https://discourse.jupyter.org/c/binder">Jupyter community forum</a>',
'Your launch may take longer the first few times that this environment has been run. This is because the machine needs to load your environment.',
'You can learn more about building your own Binder repositories in <a target="_blank" href="https://docs.mybinder.org">the Binder community documentation</a>.'
'New to Binder? Check out the <a target="_blank" href="https://mybinder.readthedocs.io/en/latest/">Binder Documentation</a> for more information.',
'You can learn more about building your own Binder repositories in <a target="_blank" href="https://docs.mybinder.org">the Binder community documentation</a>.',
'We use the <a target="_blank" href="https://repo2docker.readthedocs.io/">repo2docker</a> tool to automatically build the environment in which to run your code.',
'Take a look at the <a target="_blank" href="https://repo2docker.readthedocs.io/en/latest/config_files.html">full list of configuration files supported by repo2docker.</a>',
'Need more than just a Jupyter notebook? You can <a target="_blank" href="https://mybinder.readthedocs.io/en/latest/howto/user_interface.html">customize the user interface</a>.',
'Take a look at our <a target="_blank" href="https://github.com/binder-examples/">gallery of example repositories</a>.',
'If a repository takes a long time to launch, it is usually because Binder needs to create the environment for the first time.',
'The tool that powers this page is called <a target="_blank" href="https://binderhub.readthedocs.io">BinderHub</a>. It is an open source tool that you can deploy yourself.',
'The Binder team has <a target="_blank" href="https://mybinder-sre.readthedocs.io/en/latest/">a site reliability guide</a> that talks about what it is like to run a BinderHub.',
'You can connect with the Binder community in the <a target="_blank" href="https://discourse.jupyter.org/c/binder">Jupyter community forum</a>.',
'Your launch may take longer the first few times a repository is used. This is because our machine needs to create your environment.',
]

// Set a launch timeout beyond-which we'll stop cycling messages
Expand Down

0 comments on commit f565958

Please sign in to comment.