Civis API Python Client Logo
  • User Guide
  • Data Import and Export
  • Machine Learning
  • Parallel Computation
  • API Client
    • API Resources
      • Admin
      • Aliases
      • Announcements
      • Clusters
      • Credentials
      • Databases
      • Endpoints
      • Enhancements
      • Exports
      • Files
      • Git Repos
      • Groups
      • Imports
      • Jobs
      • JSON Values
      • Match Targets
      • Media
      • Models
      • Notebooks
      • Notifications
      • Ontology
      • Organizations
      • Permission Sets
      • Predictions
      • Projects
      • Queries
      • Remote Hosts
      • Reports
      • Roles
      • Scripts
      • Search
      • Services
      • Storage Hosts
      • Studios
      • Table Tags
      • Tables
      • Templates
      • Usage
      • Usage Limits
      • Users
      • Workflows
    • Responses
    • Dynamically Created Resources and Methods
    • Retries
    • Object Reference
  • Command Line Interface
  • Running Jobs and Templates
Civis API Python Client
  • API Client
  • API Resources
  • Notebooks
  • client.notebooks.get_update_links
  • View page source

client.notebooks.get_update_links

A method of the Notebooks endpoint.

get_update_links(id: int) → Response

Get URLs to update notebook

API URL: GET /notebooks/{id}/update-links

import civis
client = civis.APIClient()
response = client.notebooks.get_update_links(...)
Parameters:
idint
Returns:
civis.Response
  • update_urlstr

    Time-limited URL to PUT new contents of the .ipynb file for this notebook.

  • update_preview_urlstr

    Time-limited URL to PUT new contents of the .htm preview file for this notebook.

Previous Next

© Copyright 2016-2026, Civis Analytics.

Built with Sphinx using a theme provided by Read the Docs.