Browse Source

Additional emphasis that this is a developer-level preview, and not ready for general usage.

Jason Grout 8 years ago
parent
commit
017e5ad64f
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      src/about/plugin.ts

+ 2 - 0
README.md

@@ -3,6 +3,8 @@ JupyterLab
 
 An extensible computational environment for Jupyter.
 
+**This is a very early pre-alpha developer preview. It is not ready for general usage yet.**
+
 [API Docs](http://jupyter.github.io/jupyterlab/)
 
 <img src="jupyter-plugins-demo.gif" alt="JupyterLab Demo" style="width: 100%;"/>

+ 1 - 1
src/about/plugin.ts

@@ -29,7 +29,7 @@ function activateAbout(app: Application): void {
   widget.node.innerHTML = `
 <h1>Welcome to the JupyterLab pre-alpha preview</h1>
 
-<p>This demo gives an pre-alpha-level preview of the JupyterLab environment. We are developing JupyterLab at <a href="https://github.com/jupyter/jupyterlab">https://github.com/jupyter/jupyterlab</a>. Pull requests are welcome!</p>
+<p>This demo gives an pre-alpha-level developer preview of the JupyterLab environment. <b>It is not ready for general usage yet.</b> We are developing JupyterLab at <a href="https://github.com/jupyter/jupyterlab">https://github.com/jupyter/jupyterlab</a>. Pull requests are welcome!</p>
 
 <p>Click on the JupyterLab tab for the initial JupyterLab screen.</p>