DataSpell 2025.2

Released: Aug 12, 2025

2025.2 での更新項目

機能

AI Pro included at no extra cost:

  • You can now use JetBrains AI Pro, which is now included for free with all paid DataSpell subscriptions. JetBrains AI Pro unlocks access to cutting-edge AI tools designed specifically for data tasks, as well as the latest models from OpenAI, Google, and Anthropic.

Easier project creation:

  • Significantly simplified project onboarding - now you can have AI Assistant create your project setup for you.
  • Alternatively, you can still get started with an environment automatically set up for Jupyter notebooks, Python scripts, or R scripts. You can even start by simply attaching your files or data sources with the help of the data connection project template.

Dedicated AI agents for data analysis:

  • DataSpell now offers integrated AI agents that are ready to handle a range of data tasks without interrupting your workflow. You won't need to configure them or spend any time choosing the right one for a given task. Enable DataSpell AI Agents via the AI agents icon icon in the AI chat and ask it to complete a task. DataSpell will automatically route your request to the most suitable agent.
  • DataSpell's AI agents can:
    • Manage interpreters and packages.
    • Organize folders and files.
    • Connect to and configure databases.
    • Work with Jupyter notebooks (create cells, run notebooks, etc.).
    • Handle export operations.
    • Transform data with Data Wrangler.

JetBrains AI improvements:

  • You can now generate code for Jupyter notebooks and SQL cells using AI Assistant, which considers the source cell's context. To do so, click AI Edit Cell in the context menu or navigate to it from the AI icon icon in the right-hand toolbar.
  • You can also attach files and data source tables for AI context.
  • This release has introduced several powerful AI chat updates, allowing you to:
    • Ask general questions directly in the chat.
    • Reference database objects by name in your queries.
    • Create inline chart visualizations directly from text prompts.

Improvements for working with data and exporting results:

  • With this release, you can now see all changes made via Data Wrangler directly inside Jupyter notebook cells. With one click, the changes are applied to your data frame and reflected in the code.
  • For anyone who works with tabular data, exporting results is now simpler than ever. Just copy data from DataSpell tables and paste it into your preferred external tool - Google Sheets, Docs, or Slides, or anywhere else - where it remains fully editable. This functionality is currently unavailable on macOS, but it will be added soon.
  • The functionality for exporting notebooks as PDFs is now easily accessible in the top right-hand corner. Just click on the export icon icon and choose from the three available options:
    • Entire Notebook.
    • Only Outputs.
    • Markdown and Outputs.

Ability to attach database objects to the AI chat:

  • The database context you provide to the AI chat can now be more specific. Previously, only the whole schema could be attached. Now, you can attach the database object you need to work with - for example, a table or a view. This can be particularly useful when you're working with larger schemas.