-
Notifications
You must be signed in to change notification settings - Fork 1
IPython
iirzynska edited this page Sep 7, 2015
·
4 revisions
Steps below describe the way how to create and access iPython instance on Trusted Analytics Platform
- Go to Tools -> IPython tab.
- You will see a list of iPython instances already created (if there is any).
- To create a new instance write the name of you application and push the button Create new IPython console
- You will get the message that application has been created, but it may still take up to 1 min till the instance will be actually available.
- So, refresh the page after few moments and you should see your iPython instance on the list. Please note, that the name of your application changed a bit. There is a word -proxy added at the end of the application name.
- In the same row you can also find a link where your instance of iPython is accesible.
- Once you click on the link provided in 6., your browser will take you to the iPython login website.
- To get password for your application, you will need to use a terminal. Log in to appropriate Cloud Foundry api endpoint and choose the right target organization and space (the same, where you created iPython instance). Access your application environment by typing:
$ cf env new_app-proxy
In the response, find "ipython" service description in VCAP_SERVICES part and copy password from the "credentials" section:
{
"VCAP_SERVICES": {
"ipython": [
{
"credentials": {
"hostname": "10.10.5.251",
"password": "eoz9rg3rpx5qphnl", <-------- PASSWORD TO COPY
"port": "38406",
"ports": {
"8888/tcp": "38406"
},
"uri": "https://10.10.5.251:38406"
},
"label": "ipython",
"name": "new_app-ipython",
"plan": "free",
"tags": [
"ipython"
]
}
]
}
}
Go back to login website (7.) and paste the password. You should now be able to start using iPython Notebook.
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information