Skip to content

How to use the Workspace AI Assistant

Chat with your data

  • Click the "Chat" toggle at the bottom of the screen.
  • Click one of the suggested prompts to start a conversation
import folium # Coordinates of the Eiffel Tower eiffel_tower_coordinates = [48.8584, 2.2945] # Create a map centered around the Eiffel Tower map_eiffel = folium.Map(location=eiffel_tower_coordinates, zoom_start=16) # Add a marker for the Eiffel Tower folium.Marker(eiffel_tower_coordinates, popup='Eiffel Tower').add_to(map_eiffel) # Display the map map_eiffel
import folium

# Coordinates of the Eiffel Tower
eiffel_tower_coordinates = [48.8584, 2.2945]

# Create a map centered around the Eiffel Tower
map_eiffel = folium.Map(location=eiffel_tower_coordinates, zoom_start=16)

# Add a marker for the Eiffel Tower
folium.Marker(eiffel_tower_coordinates, popup='Eiffel Tower').add_to(map_eiffel)

# Display the map
map_eiffel

Use AI to fix an error

  • Try to run the cell below. It errors!
  • Click "Fix and explain" to have the AI assistant fix the code and explain the mistake.
str(3) + '6'

What to do next

It's up to you now! How will you use your new AI Assistant?

Looking for more prompts to try? The following tutorial has more: 10 Ways to Speed Up Your Analysis With the Workspace AI Assistant

Looking for more datasets to explore? We have a bunch of datasets your new AI Assistant will love to explore!