モジュールの概要: モジュールはPythonの`ModuleType`オブジェクトで、一度インポートすると`sys.modules`にキャッシュされる。 インポートの仕組み: Pythonは`import`時にまず`sys.modules`を確認し、存在しなければ新しいモジュールを読み込んで実行する。 モジュール ...
この記事は「モジュールがPythonでインストールされているのに、Jupyter notebookではエラーになるときの解決法」を移植したものです。 Jupyter Notebook にて Python を使おうとしたところ、以下のようなモジュールエラーが発生しました。 ModuleNotFoundError: No module named ...
「Windows PowerShell」の機能を拡張するモジュールパック「PowerShell Pack」が、15日に公開された。「Windows PowerShell」v2に対応しており、編集部にてWindows Vista上の「Windows PowerShell」v2 RC(リリース候補)版で動作を確認した。現在、マイクロソフトが運営する開発者 ...
米Microsoftは11月15日(現地時間)、PowerShellモジュール「WindowsCompatibility」を一般公開した。“Install-Module”コマンドを利用して“PowerShell Gallery”から導入できる。 「PowerShell」には現在、Windowsのみで動作する.NET Frameworkベースの「Windows ...
先日、PowerShell 7.1へ向けた3つ目のプレビュー版が公開された。このバージョンから.NET 5のプレビューリリースと連動してリリースが行われるようになった。PowerShellは.NETに強く依存している。.NET 5のプレビューに合わせてPowerShell 7.1のプレビューをリリースし ...
For the longest time, the open source community had a ubiquitous concept called "public package repositories." Using utilities such as rpm, yum et al. is commonplace, but Microsoft never had the same ...
The Redmond-based Microsoft Corporation has successfully turned on the PowerShell Module Browser site. Earlier this month, the Microsoft Docs team announced that the PowerShell Module Browser, a web ...