Share via

Class notebook in a new Team doesn't load

Anonymous
2025-06-25T15:27:02+00:00

Hi, I've got a problem with new teams being created, which have a class notebook that doesn't work. When trying to create a new blank class notebook I get a message saying 'something went wrong', and the option to retry. Every time I click retry, I get the same message. It's happened with quite a few teams now. How can I fix the issue, can you help?

Microsoft Teams | Microsoft Teams for education | Class Notebook | Set up Class Notebook

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

12 answers

Sort by: Most helpful
  1. Anonymous
    2025-07-10T14:44:07+00:00

    Note, that its only the teams creation part of the script that needs to be MGGraph anything else in the script can remain using the MicrosoftTeams powershell module

    $params = @{"******@odata.bind" = "https://graph.microsoft.com/v1.0/teamsTemplates('educationClass')"

    displayName = "$teamname"

    description = ""

    firstChannelName = "General" }

    $response = Invoke-MgGraphRequest -Uri "https://graph.microsoft.com/v1.0/teams" -Body $params -Method POST -OutputType HttpResponseMessage $matchSuccessful = $response.RequestMessage.RequestUri.AbsolutePath -match "\w{8}-\w{4}-\w{4}-\w{4}-\w{12}"

    $groupId = $Matches.0

    That script will create the team using MGGraph as a class team, so you can use notebooks, the groupid is also output to that variable for further processing in the script if you need it, you would ned to call the MGGraph at the start using

    Connect-MGGraph

    Import-Module Microsoft.Graph.Teams

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-06-25T19:04:56+00:00

    Dear Valerie,

    Thank you for reaching out regarding the issue with Class Notebook not loading in newly created Teams. We understand how important this functionality is for your workflow, and we’d like to offer several solutions that may help resolve the problem.

    Recommend Work around:

    1. A workaround shared by educators and confirmed by Microsoft support involves using the Assignments tab to trigger the notebook setup:
    • Go to the affected Class Team.
    • Select the Assignments tab.
    • Create a New Assignment.
    • In the assignment window, click Attach → choose Class Notebook.
    • Close the assignment window.
    • Now go back to the Class Notebook tab.
    • You should now be prompted to set up the notebook.

    Dear [Customer Name],

    Thank you for reaching out regarding the issue with Class Notebook not loading in newly created Teams. We understand how important this functionality is for your workflow, and we’d like to offer several solutions that may help resolve the problem.

    Recommended Workarounds

    1. Use the Assignments Tab to Trigger Notebook Setup

    • Go to the affected Class Team.
    • Click on the Assignments tab.
    • Create a New Assignment.
    • In the assignment window, click AttachClass Notebook.
    • Close the assignment window.
    • Return to the Class Notebook tab and try setting it up again.

    This method has successfully resolved the issue for many users.

    Additional Troubleshooting Steps

    Method 1: Reset the Teams App

    • Open SettingsAppsInstalled apps.
    • Search for Microsoft Teams.
    • Click More options (⋯)Advanced options.
    • Under the Reset section, click Reset.

    Method 2: Manually Clear Teams Cache

    • Quit Teams completely (right-click the icon in the taskbar → Quit).
    • Press Windows + R, then enter:
      %userprofile%\AppData\Local\Packages\VSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\VSTeams
    • Delete all folders and files in that directory.

    Other Suggestions:

    • Sign out and sign back into Teams.
    • Ensure Teams is updated to the latest version.
    • Uninstall and reinstall Teams if possible.
    • Try accessing Teams via the web from different browser or incognito: https://teams.microsoft.com

     If none of solutions above resolve the issue, we recommend contacting Microsoft Support. As a moderator of this community, we regret to inform you that we are unable to intervene directly with backend services due to limited access to internal resources and diagnostic tools. Therefore, we strongly recommend raising a support ticket with Microsoft to ensure your case is tracked and prioritized appropriately.

    To resolve this issue, we recommend the following best practices:

    I hope this information is helpful. Thank you for your kindness and understanding. If you need anything else, please feel free to reaching out to us.

    Best regards,

    Ben-V – MSFT | Microsoft Community Support Specialist

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-06-29T06:45:35+00:00

    Please return to this post, if and when Microsoft solves this issue for you.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-06-27T09:48:37+00:00

    Hi there, note of those options worked, so I'm going to have to raise a support ticket with Microsoft. Thank you for your help.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-06-26T16:23:54+00:00

    Have a nice day, Valerie!

    I haven't heard from you for a while. I just wanted to tie in with my last answer regarding your thread. If you have any questions or need more information, I'm always here for you.

    If you think my answer is helpful to you, please remember to mark it as an answer. This helps others in the community who are facing similar problems

    We're looking forward to hearing from you soon!

    Best regards,

    Ben-V - MSFT | Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments