Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from ruixinxu/master
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
ruixinxu committed Jun 7, 2018
2 parents 4e6c3e8 + 08e1fad commit e3db058
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# Azure Data Service Notebook
# Azure Data Service Notebook (Beta)
Azure Data Service Notebook is a set of tool for working with Azure Data Service (including HDInsight, Azure Data Lake, etc)

**WARNING**: This SDK/CLI is currently in **Beta Preview** stage. It can and will change in backwards incompatible ways.


# Feature
Azure Data Service Notebook currently provides a set of magic commands for users to access Azure Data Lake. Available magics are captured in the table below.
Expand All @@ -22,21 +24,17 @@ Azure Data Service Notebook currently provides a set of magic commands for users

- Download and Install [python 3.6+](https://www.python.org/downloads/)
- Install jupyter: `pip install jupyter`
- Install azure packages fully :
`pip install azure`
- Or just install the key packages :
- `pip install adla`
- `pip install azure-mgmt-resource`
- `pip install azure-mgmt-datalake-analytics`
- `pip install azure-mgmt-datalake-store`
- `pip install azure-datalake-store`
- Copy the [adlmagic folder](/analytics_notebook/adlmagics) to local box.
- Install adlmagic extention :
`pip install --no-cache-dir adlmagics`



# Examples
- [adlmagics_demo.ipynb](/analytics_notebook/adlmagics/00_adlmagics_demo.ipynb), demo file of Azure Data Lake job control functions.
- [adlmagics_demo.ipynb](/adlmagics/00_adlmagics_demo.ipynb), demo file of Azure Data Lake job control functions.


# Feedback
- You can submit [bug report](https://github.com/Azure/Azure-Data-Service-Notebook/issues/new?template=bug_report.md) or [feature request](https://github.com/Azure/Azure-Data-Service-Notebook/issues/new?template=feature_request.md) directly in this repo. Our team will triage issues actively.

# Contributing

Expand Down

0 comments on commit e3db058

Please sign in to comment.