You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sincec the latest 'main' update, i've been able to progress further through the sample startup, I've not got a big subscription, so I have to delete the resource group, the KeyVault is set to 'softDelete', which is a problem ( i have to recover it manually and then delete it), I'd suggest setting : "enableSoftDelete: false"
Any way, once I did that, and attempted to run "samples/extraction/text-based/document-intelligence-openai.ipynb", when using GitHub Codespace to run the project, and then connect to the Python server, the missing instructions were:
open new python terminal
run: jupyter notebook
do NOT use the 'codespace' option to connect to the juptyer server
copy and paste the url from the terminal
then run the first code blockError is: ModuleNotFoundError: No module named 'modules'
Which I tracked down to missing nbextension module, but attempting to install it:
jupyter contrib nbextension install --user
Traceback (most recent call last):
File "/home/vscode/.local/lib/python3.12/site-packages/jupyter_contrib_core/notebook_compat/nbextensions.py", line 6, in <module>
from notebook.extensions import BaseExtensionApp
ModuleNotFoundError: No module named 'notebook.extensions'
...
ModuleNotFoundError: No module named 'notebook.nbextensions'
Any suggestions?
The text was updated successfully, but these errors were encountered:
Let me investigate this issue further with Codespaces and the repository.
On Azure Key Vault, soft delete is a recommended best practice to prevent any accidental or malicious intent. It will also be flagged by Azure Policy if disabled. In the case of deletion, you should be able to restore your Key Vault from the portal UI
Sincec the latest 'main' update, i've been able to progress further through the sample startup, I've not got a big subscription, so I have to delete the resource group, the KeyVault is set to 'softDelete', which is a problem ( i have to recover it manually and then delete it), I'd suggest setting : "enableSoftDelete: false"
Any way, once I did that, and attempted to run "samples/extraction/text-based/document-intelligence-openai.ipynb", when using GitHub Codespace to run the project, and then connect to the Python server, the missing instructions were:
ModuleNotFoundError: No module named 'modules'
Which I tracked down to missing nbextension module, but attempting to install it:
All worked, but then:
which fails with the following error:
Any suggestions?
The text was updated successfully, but these errors were encountered: