Jupyter Notebook
Jupyter Notebook is an interactive computing environment that allows users to create and share documents containing live code, equations, visualizations, and narrative text. It supports various programming languages, including Python, R, and Julia, among others. Jupyter Notebook is commonly used for data analysis, machine learning, scientific computing, and research.
Requirements
Install the latest e6data pip package.
Recommended Jupyter Notebook version - v7.0.7
Connection
Get the necessary connection information for your cluster:
Host
Port
Username
Password (Personal Access Token)
Cluster uuid
Secure
To use e6data with classic Jupyter Notebook and Python, follow these instructions:
Create a new notebook: in the classic Jupyter Notebook, on the Files tab, click New > Python 3 (ipykernel).
Run the below command in the Jupyter Notebook paragraph,
Run the below script in the paragraph with the information prefilled,
To query data from e6 please use the below script,
TLS/HTTPS
e6data utilizes globally trusted certificates, ensuring that the host and port provided by the connection dialogue are adequate. Any e6data cluster necessitating authentication must also employ TLS/HTTPS. If adhering to globally trusted certificate best practices, utilize the cluster’s HTTPS URL in the connection string as detailed in the aforementioned steps. (Only required for TLS connectivity type of endpoints.)
Last updated