Changelog

This page documents changes made to Researcher Platform over time. We recommend that you periodically check here for any new announcements and release notes.

November 2024

The following enhancements have been added to Researcher Platform:

FeatureDescription

Amazon WorkSpaces Secure Browser

We are introducing access to Meta research tools in Researcher Platform through Amazon WorkSpaces Secure Browser.

Using WorkSpaces Secure Browser will be optional until January 7, 2025, after which it will become mandatory and access through OpenVPN will be discontinued. You will not lose any data as a result of this transition.

The following processes are impacted by WorkSpaces Secure Browser:

  • See Amazon WorkSpaces Secure Browser for updated Researcher Platform access instructions. Note that VPN is no longer required.

  • The process for exporting a Jupyter notebook now includes an emailed download link. See Export Jupyter notebooks for details.

  • The process for uploading a file saved on your physical computer to an S3 bucket now includes an emailed command that you run on your local machine. See Upload files to an S3 bucket for details.

Natural Language Toolkit (NLTK) enhanced support

You can now download additional NLTK corpora and trained models that enable comprehensive natural language processing tasks.

Machine learning (ML) model support

You can now download pre-trained ML models into your Jupyter environment from the Hugging Face® Hub for translation, semantic analysis, and more.

August 2023

The Asynchronous queries feature was added to Researcher Platform. This feature decouples query submission from the fetching of query results, enabling you to run queries in the background while you continue working in your Jupyter notebooks or doing other tasks.

June 2022

The following new features have been added to Researcher Platform:

FeatureDescription

GPU server option

While CPUs handle a wide variety of tasks quickly, GPUs are better for applications that require parallel processing of large amounts of data, including mathematical computation. For your Jupyter notebook server, you can choose the type of server that is best for your work.

Export Jupyter notebooks

You can export your Jupyter notebooks in a way that keeps the code intact, but scrubs the outputs in conformance with privacy rules.

Install Python packages yourself

You can install Python packages available in the Python Package Index (PyPi) into your Jupyter environment using the Pip package manager class.

Install R packages yourself

You can install R packages into your Jupyter environment using our Conda and CRAN package manager classes.