Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Rename from mlalpha to ml. #232

Merged
merged 1 commit into from
Feb 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions datalab/kernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@
import datalab.storage.commands
import datalab.utils.commands

# mlalpha modules require TensorFlow, CloudML SDK, and DataFlow (installed with CloudML SDK).
# These are big dependencies and users who want to use Bigquery/Storage features may not
# want to install them.
# This __init__.py file is called when Jupyter/Datalab loads magics on startup. We don't want
# Jupyter+pydatalab fail to start because of missing TensorFlow/DataFlow. So we ignore import
# errors on mlalpha commands.
try:
import datalab.mlalpha.commands
except:
print('TensorFlow and CloudML SDK are required.')


_orig_request = _httplib2.Http.request
_orig_init = _requests.Session.__init__
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 0 additions & 18 deletions datalab/mlalpha/commands/__init__.py

This file was deleted.

164 changes: 0 additions & 164 deletions datalab/mlalpha/commands/_ml.py

This file was deleted.

Loading