License |
License |
---|---|
Categories |
CategoriesGoogle Cloud Container PaaS Providers |
GroupId | GroupIdcom.google.cloud |
ArtifactId | ArtifactIdgoogle-cloud-notebooks |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle AI Platform Notebooks
is a managed service that offers an integrated and secure JupyterLab environment for data scientists and machine learning developers to experiment, develop, and deploy models into production. Users can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGoogle LLC |
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notebooks/ -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notebooks</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notebooks/
implementation 'com.google.cloud:google-cloud-notebooks:1.1.0'
// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-notebooks/
implementation ("com.google.cloud:google-cloud-notebooks:1.1.0")
'com.google.cloud:google-cloud-notebooks:jar:1.1.0'
<dependency org="com.google.cloud" name="google-cloud-notebooks" rev="1.1.0">
<artifact name="google-cloud-notebooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-notebooks', version='1.1.0')
)
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.0"
[com.google.cloud/google-cloud-notebooks "1.1.0"]