You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ai2thor-colab

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai2thor-colab - pypi Package Compare versions

Comparing version
0.0.1.dev9
to
0.0.1.dev10
+1
-1
ai2thor_colab.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: ai2thor-colab
Version: 0.0.1.dev9
Version: 0.0.1.dev10
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -5,0 +5,0 @@ Home-page: https://github.com/allenai/ai2thor-colab

@@ -21,3 +21,4 @@ from IPython.display import HTML, display

__version__ = "0.0.1.dev9"
__version__ = "0.0.1.dev10"
__all__ = ["plot_frames", "show_video", "start_xserver"]

@@ -24,0 +25,0 @@

Metadata-Version: 2.1
Name: ai2thor_colab
Version: 0.0.1.dev9
Version: 0.0.1.dev10
Summary: Utility functions for using AI2-THOR with Google Colab.

@@ -5,0 +5,0 @@ Home-page: https://github.com/allenai/ai2thor-colab

from setuptools import setup
version = "0.0.1.dev9"
version = "0.0.1.dev10"

@@ -5,0 +5,0 @@ with open("README.md", encoding="utf-8") as f: