Questions tagged [azure-notebooks]

78 questions
0
votes
1 answer

Jupyter notebook running slow in Microsoft Azure

I am quite new to using Microsoft Azure for running jupyter notebooks. I noticed that it can take 30-45 seconds to polar plot 2 numpy arrays, which is small relatively small (<300 datapoints per array). When I have to execute several of these plots,…
0
votes
1 answer

cannot import name 'BlobServiceClient' even if 'Azure-blob-Storage' latest version azure-storage-blob==12.9.0 is installed

I am trying to execute a script in 'Azure Notebooks' to upload blob to Azure Data lake Gen 2 using 'Azure-storage-blob', but couldn't as I am unable to import 'BlobServiceClient'. I have latest version of 'Azure-storage-blob' - 12.9.0 installed. But…
0
votes
1 answer

Retrieve Cluster Inactivity Time on Azure Databricks Notebook

I'm new to Azure Databricks and I'm using it for a project. As mentioned here in the documentation for Automatic termination it says You can also set auto termination for a cluster. During cluster creation, you can specify an inactivity period in…
0
votes
1 answer

Can Azure notebooks call Azure Functions?

I Googled a bit but question remains: Can Azure notebooks call Azure Functions? Seems Azure Function dont play well with Data Bricks/Notebooks? I can think of a way to integrate Azure Functions <--> Data Bricks/Notebooks My Azure Functions can…
user3761555
  • 851
  • 10
  • 21
0
votes
1 answer

Azure Notebook won't run any python

I created a new Azure Notebook under a Cosmos DB resource but all python code goes to "busy" and won't complete. I'm trying with the very simple print "test" It just says python3 | busy as the status. I've tried interrupting, halting, and…
pkr
  • 1,723
  • 5
  • 25
  • 43
0
votes
1 answer

Microsoft Azure notebook

How do I upload a CSV file for my data science project which is of 100MB in Microsoft azure notebook? Whenever I try to upload it it says that the file needs to be less than 10MB.
0
votes
2 answers

Databricks -Can we variablize the file name for while loading(mounting a file name)

can we variablize as below if not how do we do it enter image description here
malcolm richard
  • 55
  • 3
  • 11
0
votes
2 answers

How to determine Azure python sdk version?

I'm using notebooks.azure.com to learn python. I'm trying to manage Blobs with python sdk. MUCH of the documentation I come across mentions pip install azure-storage-blob then using the BlobServiceClient (class?) to interact with Azure Storage.…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
0
votes
0 answers

Connect to microsoft sql server (on prem) in Azure notebooks using python

Is it possible to connect to microsoft sql server (on-prem) using pyodbc in azure notebooks? Connecting to an azure sql db is possible but I can't find any documentation on the on-prem scenario.
Luukv93
  • 339
  • 1
  • 6
  • 19
0
votes
1 answer

Is there a way to directly import or open local files from Microsoft Azure Notebooks without uploading them to the Azure cloud?

I am trying to find a way that I can run commands to either open applications/files from my local machine or import files from my local machine in Microsoft Azure Notebooks without uploading them directly to the Azure cloud. Does anyone know if this…
0
votes
1 answer

Installing OpenCv on Azure JupyterNoteBook

How can i get Open Cv library installed on my Azure Jupyter NoteBook.Having used the command that shows the version of Open Cv,it returns "no module found".Is there a way to go about this
0
votes
1 answer

Hive casting function

In a hive table how can I add the '-' sign in a field, but for random records? If I use the syntax below it changes all the records in the field to negative, but I want to change random records to negative. This is the syntax I used which changed…
Syed
  • 1
0
votes
1 answer

File path in Azure Notebooks

I have some data file(.csv) in a folder in Azure notebooks. When I try to open the files on a notebook with the file path its still not finding the file. I tried pd.read_csv('project/data/mydata.csv') Thanks for the help
0
votes
2 answers

How to connect AzureML (Machine Learning) with AzureVM (Virtual Machine)?

We use AzureML notebook for object detection with ImageAI. We have a Virtual Machine placed on Azure VM. It has an IP (say 104.45.19.XXX if needed) We need to read some files from the folders that are uploaded from mobile apps in this folder on this…
0
votes
0 answers

Not able to view files created in Azure Notebooks

I am trying to create a new file using Azure notebooks (notebooks.azure.com) and executing the Jupyter notebooks itself doesn't have any challenges or errors, but the actual file is missing in the path The files list after executing the script is…